mirror of
https://github.com/uutils/coreutils
synced 2025-01-05 09:49:03 +00:00
87d14978e9
Remove leading newlines and replace lines containing only whitespace with empty lines
12 lines
143 B
TOML
12 lines
143 B
TOML
[package]
|
|
name = "logname"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "logname"
|
|
path = "logname.rs"
|
|
|
|
[dependencies]
|
|
getopts = "*"
|
|
libc = "*"
|