coreutils/src/date/Cargo.toml
dependabot[bot] c3423cdeff
Bump chrono from 0.4.0 to 0.4.3
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.0 to 0.4.3.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.0...v0.4.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-06-18 07:40:46 +00:00

18 lines
249 B
TOML

[package]
name = "date"
version = "0.0.1"
authors = []
build = "../../mkmain.rs"
[lib]
name = "uu_date"
path = "date.rs"
[dependencies]
chrono = "0.4.3"
clap = "2.31.2"
uucore = { path="../uucore" }
[[bin]]
name = "date"
path = "../../uumain.rs"