mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 09:03:14 +00:00
16 lines
193 B
TOML
16 lines
193 B
TOML
[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"
|