]> git.proxmox.com Git - proxmox-backup.git/blob - pbs-systemd/Cargo.toml
fcb604458fd64c01457ea4bc3fd183cb6c532fef
[proxmox-backup.git] / pbs-systemd / Cargo.toml
1 [package]
2 name = "pbs-systemd"
3 version = "0.1.0"
4 authors = ["Proxmox Support Team <support@proxmox.com>"]
5 edition = "2018"
6 description = "common systemd-related helpers, but no unit parsing"
7
8 [dependencies]
9 anyhow = "1.0"
10 bitflags = "1.2.1"
11 lazy_static = "1.4"
12 nom = "5.1"
13
14 proxmox = { version = "0.13.0", default-features = false }
15
16 pbs-tools = { path = "../pbs-tools" }