]> git.proxmox.com Git - proxmox-backup.git/blame - pbs-systemd/Cargo.toml
move ApiConfig, FileLogger and CommandoSocket to proxmox-rest-server workspace
[proxmox-backup.git] / pbs-systemd / Cargo.toml
CommitLineData
067dc06d
WB
1[package]
2name = "pbs-systemd"
3version = "0.1.0"
4authors = ["Proxmox Support Team <support@proxmox.com>"]
5edition = "2018"
6description = "common systemd-related helpers, but no unit parsing"
7
8[dependencies]
9anyhow = "1.0"
10bitflags = "1.2.1"
11lazy_static = "1.4"
12nom = "5.1"
13
fd6d2438 14proxmox = { version = "0.13.3", default-features = false }
067dc06d
WB
15
16pbs-tools = { path = "../pbs-tools" }