chrono/Cargo.toml

20 lines
398 B
TOML
Raw Normal View History

[package]
name = "chrono"
version = "0.1.0"
authors = ["Kang Seonghoon <public+rust@mearie.org>"]
description = "Date and time library for Rust"
homepage = "https://github.com/lifthrasiir/rust-chrono"
readme = "README.md"
license = "MIT/Apache-2.0"
[lib]
name = "chrono"
2014-10-10 06:01:31 +00:00
[dependencies.num]
2014-10-10 06:01:31 +00:00
git = "https://github.com/rust-lang/num"
[dependencies.time]
git = "https://github.com/rust-lang/time"