coreutils/src/tee/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
131 B
TOML

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