mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-30 14:44:31 +00:00
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:
parent
378b763408
commit
6623ebdf2a
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user