coreutils/src/test/Cargo.toml

18 lines
206 B
TOML
Raw Normal View History

[package]
name = "test_uu"
version = "0.0.1"
authors = []
[lib]
name = "test_uu"
path = "test.rs"
[dependencies]
getopts = "*"
libc = "*"
uucore = { path="../uucore" }
[[bin]]
name="test"
path="test.rs"