mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
enable cargo build --features=extra
to build plugins (#448)
This commit is contained in:
4
crates/nu_plugin_example/src/lib.rs
Normal file
4
crates/nu_plugin_example/src/lib.rs
Normal file
@ -0,0 +1,4 @@
|
||||
mod example;
|
||||
mod nu;
|
||||
|
||||
pub use example::Example;
|
Reference in New Issue
Block a user