]> git.proxmox.com Git - proxmox-backup.git/blob - proxmox-systemd/Cargo.toml
use new fsync parameter to replace_file and atomic_open_or_create
[proxmox-backup.git] / proxmox-systemd / Cargo.toml
1 [package]
2 name = "proxmox-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-time = "1"
15 proxmox-lang = "1"
16
17 [dev-dependencies]
18 proxmox = "0.15.0"