Remove unused dependencies (#5145)

* Remove unused packages from base Cargo.toml

* Remove unused crossterm_winapi from nu-cli

* Remove unused dependencies from nu-system

* Remove unused dependencies from nu-test-support
This commit is contained in:
Reilly Wood
2022-04-09 14:14:55 -07:00
committed by GitHub
parent 791e8a0e59
commit 58f395989a
5 changed files with 0 additions and 32 deletions

View File

@@ -17,14 +17,10 @@ path = "src/main.rs"
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
procfs = "0.12.0"
users = "0.11"
which = "4"
[target.'cfg(target_os = "macos")'.dependencies]
libproc = "0.10"
errno = "0.2"
users = "0.11"
which = "4"
libc = "0.2"
[target.'cfg(target_os = "windows")'.dependencies]