mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 00:53:25 +00:00
87d14978e9
Remove leading newlines and replace lines containing only whitespace with empty lines
12 lines
146 B
TOML
12 lines
146 B
TOML
[package]
|
|
name = "realpath"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "realpath"
|
|
path = "realpath.rs"
|
|
|
|
[dependencies]
|
|
getopts = "*"
|
|
libc = "*"
|