crosstime-rs/Cargo.toml

16 lines
355 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-30 17:02:08 -04:00
version = "0.1.4"
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]
2022-05-28 13:54:36 -04:00
js-sys = { version = "0.3.57", default-features = false }
web-sys = { version = "0.3.57", default-features = false, features = [ "Window", "Performance" ] }
2022-02-27 23:25:12 -05:00