mirror of
https://github.com/uutils/coreutils
synced 2025-01-01 15:59:00 +00:00
16 lines
176 B
TOML
16 lines
176 B
TOML
[package]
|
|
name = "test_uu"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "test_uu"
|
|
path = "test.rs"
|
|
|
|
[dependencies]
|
|
getopts = "*"
|
|
libc = "*"
|
|
|
|
[[bin]]
|
|
name="test"
|
|
path="test.rs"
|