1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-21 20:51:11 +00:00
uutils-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 = "*"