coreutils/src/touch/Cargo.toml

23 lines
305 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]
filetime = "0.2.1"
getopts = "0.2.18"
time = "0.1.40"
2016-08-27 22:48:59 +00:00
[dependencies.uucore]
version = "0.0.1"
2016-08-27 22:48:59 +00:00
features = ["libc"]
[[bin]]
name = "touch"
path = "../../uumain.rs"