coreutils/src/realpath/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

12 lines
146 B
TOML

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