proxmox/proxmox-time/Cargo.toml
Wolfgang Bumiller a88be21074 time: bump to 2.0.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-08-14 11:08:23 +02:00

23 lines
513 B
TOML

[package]
name = "proxmox-time"
version = "2.0.1"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "time utilities and TmEditor"
rust-version.workspace = true
exclude.workspace = true
[dependencies]
anyhow.workspace = true
bitflags.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"