]> git.proxmox.com Git - proxmox.git/blob - proxmox-time/Cargo.toml
proxmox-time: added time related fuctions from proxmox-systemd crate.
[proxmox.git] / proxmox-time / Cargo.toml
1 [package]
2 name = "proxmox-time"
3 version = "1.0.0"
4 authors = ["Proxmox Support Team <support@proxmox.com>"]
5 edition = "2018"
6 license = "AGPL-3"
7 description = "time utilities and TmEditor"
8
9 exclude = [ "debian" ]
10
11 [dependencies]
12 anyhow = "1.0"
13 bitflags = "1.2.1"
14 lazy_static = "1.4"
15 libc = { version = "0.2", features = [ "extra_traits" ] }
16 nom = "5.1"