mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
head: add missing features
This commit is contained in:
parent
68c77b4bd1
commit
dcb53b6c99
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ path = "src/head.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { workspace = true }
|
clap = { workspace = true }
|
||||||
memchr = { workspace = true }
|
memchr = { workspace = true }
|
||||||
uucore = { workspace = true, features = ["ringbuffer", "lines"] }
|
uucore = { workspace = true, features = ["ringbuffer", "lines", "fs"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "head"
|
name = "head"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue