proxmox/proxmox-time/Cargo.toml
Wolfgang Bumiller d6e86d670b tree-wide: unify workspace inherited attributes
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-09-20 08:42:45 +02:00

23 lines
509 B
TOML

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