1
Fork 0
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:
Sylvestre Ledru 2024-01-24 21:33:25 +01:00
parent 150b287fe8
commit 1693640446

View file

@ -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 = [