coreutils/src/touch/Cargo.toml

23 lines
283 B
TOML
Raw Normal View History

[package]
name = "touch"
version = "0.0.1"
authors = []
[lib]
name = "uu_touch"
path = "touch.rs"
[dependencies]
2015-08-27 19:32:10 +00:00
filetime = "*"
getopts = "*"
time = "*"
2016-08-27 22:48:59 +00:00
[dependencies.uucore]
path = "../uucore"
default-features = false
features = ["libc"]
[[bin]]
name = "touch"
path = "main.rs"