mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 11:55:55 +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:
@ -16,7 +16,6 @@ nu-ansi-term = "0.45.1"
|
||||
nu-color-config = { path = "../nu-color-config", version = "0.60.1" }
|
||||
|
||||
crossterm = "0.23.0"
|
||||
crossterm_winapi = "0.9.0"
|
||||
miette = { version = "4.1.0", features = ["fancy"] }
|
||||
thiserror = "1.0.29"
|
||||
#reedline = {"0.3.0", features = ["bashisms"]}
|
||||
|
@ -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]
|
||||
|
@ -11,13 +11,9 @@ doctest = false
|
||||
|
||||
[dependencies]
|
||||
nu-path = { path="../nu-path", version = "0.60.1" }
|
||||
nu-protocol = { path="../nu-protocol", version = "0.60.1" }
|
||||
nu-glob = { path = "../nu-glob", version = "0.60.1" }
|
||||
|
||||
bigdecimal = { package = "bigdecimal", version = "0.3.0", features = ["serde"] }
|
||||
chrono = "0.4.19"
|
||||
getset = "0.1.1"
|
||||
indexmap = { version="1.6.1", features=["serde-1"] }
|
||||
num-bigint = { version="0.4.3", features=["serde"] }
|
||||
tempfile = "3.2.0"
|
||||
hamcrest2 = "0.3.0"
|
||||
|
Reference in New Issue
Block a user