mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 09:03:14 +00:00
c3423cdeff
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>
18 lines
249 B
TOML
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"
|