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] [package]
name = "pbs-api-types" name = "pbs-api-types"
version = "0.1.0" version = "0.1.0"
authors = ["Proxmox Support Team <support@proxmox.com>"] authors.workspace = true
edition = "2021" edition.workspace = true
description = "general API type helpers for PBS" description = "general API type helpers for PBS"
[dependencies] [dependencies]