coreutils/src/test/Cargo.toml

18 lines
202 B
TOML
Raw Normal View History

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