mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 17:14:42 +00:00
18 lines
253 B
TOML
18 lines
253 B
TOML
[package]
|
|
name = "head"
|
|
version = "0.0.1"
|
|
authors = []
|
|
license = "MIT"
|
|
build = "../../common/mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_head"
|
|
path = "src/head.rs"
|
|
|
|
[dependencies]
|
|
libc = "0.2.42"
|
|
uucore = "0.0.2"
|
|
|
|
[[bin]]
|
|
name = "head"
|
|
path = "../../common/uumain.rs"
|