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" }
semver = "0.9.0"
[build-dependencies]

View File

@@ -1,5 +1,5 @@
mod inc;
mod nu_plugin_inc;
mod nu;
pub use inc::Inc;