coreutils/src/head/Cargo.toml

17 lines
193 B
TOML
Raw Normal View History

[package]
name = "head"
version = "0.0.1"
authors = []
[lib]
name = "uu_head"
path = "head.rs"
[dependencies]
libc = "*"
uucore = { path="../uucore" }
[[bin]]
name = "head"
path = "main.rs"