mirror of
https://github.com/uutils/coreutils
synced 2024-12-23 19:43:15 +00:00
87d14978e9
Remove leading newlines and replace lines containing only whitespace with empty lines
14 lines
163 B
TOML
14 lines
163 B
TOML
[package]
|
|
name = "touch"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "touch"
|
|
path = "touch.rs"
|
|
|
|
[dependencies]
|
|
filetime = "*"
|
|
getopts = "*"
|
|
libc = "*"
|
|
time = "*"
|