forked from Proxmox/proxmox
2cebe420c1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
23 lines
505 B
TOML
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"
|