mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 12:35:59 +02:00
Move non-essential deps into specific crates (#2601)
This commit is contained in:
@ -64,6 +64,7 @@ pin-utils = "0.1.0"
|
||||
pretty-hex = "0.2.0"
|
||||
ptree = {version = "0.3.0", optional = true}
|
||||
query_interface = "0.3.5"
|
||||
quick-xml = "0.18.1"
|
||||
rand = "0.7.3"
|
||||
regex = "1.3.9"
|
||||
roxmltree = "0.13.0"
|
||||
@ -93,7 +94,6 @@ zip = {version = "0.5.7", optional = true}
|
||||
Inflector = "0.11"
|
||||
clipboard = {version = "0.5.0", optional = true}
|
||||
encoding_rs = "0.8.24"
|
||||
quick-xml = "0.18.1"
|
||||
rayon = "1.4.0"
|
||||
trash = {version = "1.1.1", optional = true}
|
||||
url = "2.1.1"
|
||||
|
Reference in New Issue
Block a user