mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
whoami: add missing feature
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user