chrono-lc/Cargo.toml

17 lines
318 B
TOML
Raw Normal View History

2018-12-02 13:38:33 +00:00
[package]
name = "chrono-locale"
version = "0.1.0"
authors = ["Alessandro Pellizzari <alex@amiran.it>"]
build = "build.rs"
2018-12-02 13:38:33 +00:00
[dependencies]
chrono = "0.4"
num-integer = { version = "0.1", default-features = false }
2018-12-02 16:30:21 +00:00
lazy_static = "1.2"
[build-dependencies]
serde = "1"
serde_json = "1"
2018-12-05 09:12:17 +00:00
serde_derive = "1"
2018-12-02 16:30:21 +00:00
walkdir = "2"