proxmox/proxmox-time/Cargo.toml
Wolfgang Bumiller 9b6fe4aceb add proxmox-time crate
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-10-08 15:22:17 +02:00

13 lines
285 B
TOML

[package]
name = "proxmox-time"
version = "1.0.0"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018"
license = "AGPL-3"
description = "time utilities and TmEditor"
exclude = [ "debian" ]
[dependencies]
libc = { version = "0.2", features = [ "extra_traits" ] }