coreutils/src/touch/Cargo.toml

20 lines
237 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 = "*"
libc = "*"
time = "*"
uucore = { path="../uucore" }
[[bin]]
name = "touch"
path = "main.rs"