crosstime-rs/Cargo.toml

15 lines
216 B
TOML
Raw Normal View History

2022-02-27 23:25:12 -05:00
[package]
2022-03-06 12:14:46 -05:00
name = "crosstime"
2022-05-22 01:00:44 -04:00
version = "0.1.1"
2022-02-27 23:25:12 -05:00
edition = "2021"
2022-05-22 01:15:16 -04:00
[features]
local-offset = [ "time/local-offset" ]
2022-02-27 23:25:12 -05:00
[dependencies]
time = "0.3"
[target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys = "0.3.57"
2022-02-27 23:25:12 -05:00