mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +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]
|
||||
clap = { workspace = true }
|
||||
memchr = { workspace = true }
|
||||
uucore = { workspace = true, features = ["ringbuffer", "lines"] }
|
||||
uucore = { workspace = true, features = ["ringbuffer", "lines", "fs"] }
|
||||
|
||||
[[bin]]
|
||||
name = "head"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue