coreutils/src/more/Cargo.toml

20 lines
274 B
TOML
Raw Normal View History

2016-08-17 19:41:34 +00:00
[package]
name = "more"
version = "0.0.1"
authors = []
[lib]
name = "uu_more"
path = "more.rs"
[dependencies]
getopts = "*"
uucore = { path="../uucore" }
2016-12-07 02:28:17 +00:00
[target.'cfg(all(unix, not(target_os = "fuchsia")))'.dependencies]
2016-10-06 21:35:16 +00:00
nix = "*"
2016-08-17 19:41:34 +00:00
[[bin]]
name = "more"
path = "main.rs"