1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

uucore: make features opt-in rather than opt-out

This commit is contained in:
Alex Lyon 2018-03-12 20:21:38 -07:00
parent 7b1554cc2c
commit bd557c87fb
37 changed files with 71 additions and 56 deletions

2
Cargo.lock generated
View file

@ -1882,7 +1882,7 @@ name = "whoami"
version = "0.0.1"
dependencies = [
"advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.31.1 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]