forked from Proxmox/proxmox
shared-cache: group and sort dependencies
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
fa3c7690e7
commit
c352cb87a0
@ -10,8 +10,9 @@ description = "A cache that can be used from multiple processes simultaneously"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
proxmox-sys = { workspace = true, features = ["timer"] }
|
|
||||||
proxmox-schema = { workspace = true, features = ["api-types"]}
|
|
||||||
serde_json = { workspace = true, features = ["raw_value"] }
|
|
||||||
serde = { workspace = true, features = ["derive"]}
|
|
||||||
nix.workspace = true
|
nix.workspace = true
|
||||||
|
serde = { workspace = true, features = ["derive"]}
|
||||||
|
serde_json = { workspace = true, features = ["raw_value"] }
|
||||||
|
|
||||||
|
proxmox-schema = { workspace = true, features = ["api-types"]}
|
||||||
|
proxmox-sys = { workspace = true, features = ["timer"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user