mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 09:03:14 +00:00
20 lines
326 B
TOML
20 lines
326 B
TOML
[package]
|
|
name = "touch"
|
|
version = "0.0.1"
|
|
authors = []
|
|
license = "MIT"
|
|
build = "../#common/mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_touch"
|
|
path = "src/touch.rs"
|
|
|
|
[dependencies]
|
|
filetime = "0.2.1"
|
|
getopts = "0.2.18"
|
|
time = "0.1.40"
|
|
uucore = { version = "0.0.2", features = ["libc"] }
|
|
|
|
[[bin]]
|
|
name = "touch"
|
|
path = "../#common/uumain.rs"
|