coreutils/src/touch/Cargo.toml
Carlos Liam 87d14978e9 Clean whitespace
Remove leading newlines and replace lines containing only whitespace
with empty lines
2015-10-06 12:04:46 -04:00

14 lines
163 B
TOML

[package]
name = "touch"
version = "0.0.1"
authors = []
[lib]
name = "touch"
path = "touch.rs"
[dependencies]
filetime = "*"
getopts = "*"
libc = "*"
time = "*"