switch remaining member dependencies to workspace

these are only used by a single member at the moment, but we can move them to
the workspace to have a single location for version + base feature set
specification.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2022-12-09 13:52:03 +01:00
parent b659deb529
commit 32504b78db

View File

@ -18,7 +18,7 @@ log.workspace = true
nix.workspace = true
serde.workspace = true
serde_json.workspace = true
serde_cbor = "0.11.1"
serde_cbor.workspace = true
proxmox-time.workspace = true
proxmox-schema = { workspace = true, features = [ "api-macro" ] }