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