]> git.proxmox.com Git - proxmox-backup.git/blame - pxar-bin/Cargo.toml
cargo: update proxmox to 0.12.1
[proxmox-backup.git] / pxar-bin / Cargo.toml
CommitLineData
58a3fae7
WB
1[package]
2name = "pxar-bin"
3version = "0.1.0"
4authors = ["Proxmox Support Team <support@proxmox.com>"]
5edition = "2018"
6
7[[bin]]
8name = "pxar"
9path = "src/main.rs"
10
11[dependencies]
12anyhow = "1.0"
13futures = "0.3"
14nix = "0.19.1"
15serde_json = "1.0"
16tokio = { version = "1.6", features = [ "rt", "rt-multi-thread" ] }
17
18pathpatterns = "0.1.2"
9b8e8012 19proxmox = { version = "0.12.1", default-features = false, features = [] }
58a3fae7
WB
20pxar = { version = "0.10.1", features = [ "tokio-io" ] }
21
22pbs-client = { path = "../pbs-client" }
23pbs-runtime = { path = "../pbs-runtime" }
24pbs-tools = { path = "../pbs-tools" }