[package] name = "chrono" version = "0.1.3" authors = ["Kang Seonghoon "] description = "Date and time library for Rust" homepage = "https://github.com/lifthrasiir/rust-chrono" documentation = "https://lifthrasiir.github.io/rust-chrono/chrono/" repository = "https://github.com/lifthrasiir/rust-chrono" readme = "README.md" license = "MIT/Apache-2.0" [lib] name = "chrono" [dependencies.time] git = "https://github.com/rust-lang/time"