coreutils/src/head/Cargo.toml

18 lines
229 B
TOML
Raw Normal View History

[package]
name = "head"
version = "0.0.1"
authors = []
build = "../#common/mkmain.rs"
[lib]
name = "uu_head"
path = "head.rs"
[dependencies]
libc = "0.2.42"
uucore = "0.0.1"
[[bin]]
name = "head"
path = "../#common/uumain.rs"