chrono-lc/Cargo.toml
2018-12-14 09:20:05 +00:00

23 lines
632 B
TOML

[package]
name = "chrono_locale"
version = "0.1.0"
authors = ["Alessandro Pellizzari <alex@amiran.it>"]
description = "Localised date and time formatting library for Rust, based on chrono"
homepage = "https://github.com/Alex-PK/chrono-locale"
readme = "README.md"
keywords = ["date", "time", "calendar"]
categories = ["date-and-time"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Alex-PK/chrono-locale"
build = "build.rs"
[dependencies]
chrono = "0.4"
num-integer = { version = "0.1", default-features = false }
lazy_static = "1.2"
[build-dependencies]
serde = "1"
serde_json = "1"
serde_derive = "1"
walkdir = "2"