workspace: inherit metadata

pbs-buildcfg is the only one that needs to inherit the version as well, since
it stores it in the compiled crate.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2022-12-07 11:33:47 +01:00
parent 378b763408
commit 6623ebdf2a

View File

@ -1,8 +1,8 @@
[package]
name = "pbs-api-types"
version = "0.1.0"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
description = "general API type helpers for PBS"
[dependencies]