aa12dcbba0
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
23 lines
509 B
TOML
23 lines
509 B
TOML
[package]
|
|
name = "proxmox-time"
|
|
description = "time utilities and TmEditor"
|
|
version = "2.0.2"
|
|
|
|
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"
|