proxmox/proxmox-time/Cargo.toml
Wolfgang Bumiller 2cebe420c1 bump proxmox-time to 1.1.5-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2023-01-12 14:23:11 +01:00

23 lines
505 B
TOML

[package]
name = "proxmox-time"
version = "1.1.5"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "time utilities and TmEditor"
exclude.workspace = true
[dependencies]
anyhow.workspace = true
bitflags = "1.2.1"
lazy_static.workspace = true
nom = "7"
[target.'cfg(not(target_arch="wasm32"))'.dependencies]
libc = { workspace = true, features = [ "extra_traits" ] }
[target.'cfg(target_arch="wasm32")'.dependencies]
js-sys = "0.3.55"