]> git.proxmox.com Git - proxmox-backup.git/blame - pbs-config/Cargo.toml
moved key_derivation.rs from pbs_datastore to pbs-config/src/key_config.rs
[proxmox-backup.git] / pbs-config / Cargo.toml
CommitLineData
21211748
DM
1[package]
2name = "pbs-config"
3version = "0.1.0"
4authors = ["Proxmox Support Team <support@proxmox.com>"]
5edition = "2018"
6description = "Configuration file management for PBS"
7
8[dependencies]
9anyhow = "1.0"
10lazy_static = "1.4"
11serde = { version = "1.0", features = ["derive"] }
bbdda58b 12serde_json = "1.0"
21211748
DM
13openssl = "0.10"
14nix = "0.19.1"
15
16
17proxmox = { version = "0.13.0", default-features = false, features = [ "cli" ] }
18
19pbs-api-types = { path = "../pbs-api-types" }
20pbs-buildcfg = { path = "../pbs-buildcfg" }
21pbs-tools = { path = "../pbs-tools" }