mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-05 20:01:59 +00:00
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:
parent
8dbc2d7311
commit
89052a009d
@ -12,7 +12,7 @@ lazy_static.workspace = true
|
||||
percent-encoding.workspace = true
|
||||
regex.workspace = true
|
||||
serde.workspace = true
|
||||
serde_plain = "1"
|
||||
serde_plain.workspace = true
|
||||
|
||||
proxmox-lang.workspace=true
|
||||
proxmox-schema = { workspace = true, features = [ "api-macro" ] }
|
||||
|
Loading…
Reference in New Issue
Block a user