coreutils/src/more/Cargo.toml
2016-12-08 13:08:17 -05:00

19 lines
274 B
TOML

[package]
name = "more"
version = "0.0.1"
authors = []
[lib]
name = "uu_more"
path = "more.rs"
[dependencies]
getopts = "*"
uucore = { path="../uucore" }
[target.'cfg(all(unix, not(target_os = "fuchsia")))'.dependencies]
nix = "*"
[[bin]]
name = "more"
path = "main.rs"