Default plugins are independent and called from Nu. (#1322)

This commit is contained in:
Andrés N. Robalino
2020-01-31 17:45:33 -05:00
committed by GitHub
parent 4e201d20ca
commit 3610baa227
27 changed files with 805 additions and 1511 deletions

View File

@@ -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"

View File

@@ -1,4 +1,4 @@
mod nu_plugin_str;
mod nu;
mod strutils;
pub use strutils::Str;