chrono 0.1.3

Date and time library for Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "chrono"
version = "0.1.3"
authors = ["Kang Seonghoon <public+rust@mearie.org>"]

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 = "^0.1.0"