mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
whoami: add missing feature
This commit is contained in:
parent
150b287fe8
commit
1693640446
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ path = "src/whoami.rs"
|
|||
|
||||
[dependencies]
|
||||
clap = { workspace = true }
|
||||
uucore = { workspace = true, features = ["entries"] }
|
||||
uucore = { workspace = true, features = ["entries", "process"] }
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
windows-sys = { workspace = true, features = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue