crosstime-rs/Cargo.toml

15 lines
216 B
TOML

[package]
name = "crosstime"
version = "0.1.1"
edition = "2021"
[features]
local-offset = [ "time/local-offset" ]
[dependencies]
time = "0.3"
[target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys = "0.3.57"