mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 08:39:48 +02:00
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:
@@ -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]
|
||||
|
Reference in New Issue
Block a user