63cecf8a69
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
17 lines
351 B
TOML
17 lines
351 B
TOML
[package]
|
|
name = "proxmox-time"
|
|
version = "1.1.1"
|
|
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
|
edition = "2018"
|
|
license = "AGPL-3"
|
|
description = "time utilities and TmEditor"
|
|
|
|
exclude = [ "debian" ]
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
bitflags = "1.2.1"
|
|
lazy_static = "1.4"
|
|
libc = { version = "0.2", features = [ "extra_traits" ] }
|
|
nom = "5.1"
|