mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 12:44:17 +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" }
|
||||
|
||||
semver = "0.9.0"
|
||||
|
||||
[build-dependencies]
|
||||
|
@@ -1,5 +1,5 @@
|
||||
mod inc;
|
||||
mod nu_plugin_inc;
|
||||
mod nu;
|
||||
|
||||
pub use inc::Inc;
|
||||
|
||||
|
Reference in New Issue
Block a user