coreutils/src/touch/Cargo.toml

23 lines
307 B
TOML
Raw Normal View History

[package]
name = "touch"
version = "0.0.1"
authors = []
build = "../../mkmain.rs"
[lib]
name = "uu_touch"
path = "touch.rs"
[dependencies]
2017-07-15 19:03:43 +00:00
filetime = "0.1.10"
getopts = "0.2.14"
time = "0.1.38"
2016-08-27 22:48:59 +00:00
[dependencies.uucore]
path = "../uucore"
features = ["libc"]
[[bin]]
name = "touch"
path = "../../uumain.rs"