mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 01:48:16 +02:00
remove unused dependencies (#2520)
* remove unused dependencies * moved umask to cfg(unix) * changed Inflector to inflector, hoping it fixes the issue. * roll back Inflector * removed commented out deps now that everything looks good.
This commit is contained in:
@ -10,11 +10,9 @@ version = "0.19.0"
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
nu-parser = {path = "../nu-parser", version = "0.19.0"}
|
||||
nu-protocol = {path = "../nu-protocol", version = "0.19.0"}
|
||||
nu-source = {path = "../nu-source", version = "0.19.0"}
|
||||
|
||||
directories = "3.0.1"
|
||||
dunce = "1.0.1"
|
||||
getset = "0.1.1"
|
||||
glob = "0.3.0"
|
||||
|
Reference in New Issue
Block a user