mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 09:33:25 +00:00
16 lines
222 B
TOML
16 lines
222 B
TOML
[package]
|
|
name = "false"
|
|
version = "0.0.1"
|
|
authors = []
|
|
build = "../../mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_false"
|
|
path = "false.rs"
|
|
|
|
[dependencies]
|
|
uucore = { path = "../uucore" }
|
|
|
|
[[bin]]
|
|
name = "false"
|
|
path = "../../uumain.rs"
|