crosstime-rs/Cargo.toml

12 lines
165 B
TOML

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