mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 16:29:21 +02:00
Default plugins are independent and called from Nu. (#1322)
This commit is contained in:
committed by
GitHub
parent
4e201d20ca
commit
3610baa227
@@ -15,6 +15,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.9.0" }
|
||||
nu-source = { path = "../nu-source", version = "0.9.0" }
|
||||
nu-errors = { path = "../nu-errors", version = "0.9.0" }
|
||||
nu-value-ext = { path = "../nu-value-ext", version = "0.9.0" }
|
||||
|
||||
regex = "1"
|
||||
num-bigint = "0.2.3"
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
mod nu_plugin_str;
|
||||
mod nu;
|
||||
mod strutils;
|
||||
|
||||
pub use strutils::Str;
|
||||
|
Reference in New Issue
Block a user