19 lines
463 B
TOML
19 lines
463 B
TOML
[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]
|
|
git = "https://github.com/rust-lang/time"
|
|
|