mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 09:03:14 +00:00
17 lines
215 B
TOML
17 lines
215 B
TOML
[package]
|
|
name = "date"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "uu_date"
|
|
path = "date.rs"
|
|
|
|
[dependencies]
|
|
chrono = "0.4.0"
|
|
clap = "2.24.1"
|
|
uucore = { path="../uucore" }
|
|
|
|
[[bin]]
|
|
name = "date"
|
|
path = "main.rs"
|