proxmox/proxmox-shared-cache/Cargo.toml
Wolfgang Bumiller 7c6701aab9 shared-cache: remove unused dependency on proxmox-schema
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-08-09 12:57:42 +02:00

18 lines
496 B
TOML

[package]
name = "proxmox-shared-cache"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
exclude.workspace = true
description = "A cache that can be used from multiple processes simultaneously"
[dependencies]
anyhow.workspace = true
nix.workspace = true
serde = { workspace = true, features = ["derive"]}
serde_json = { workspace = true, features = ["raw_value"] }
proxmox-sys = { workspace = true, features = ["timer"] }