enable cargo build --features=extra to build plugins (#448)

This commit is contained in:
Darren Schroeder
2021-12-07 14:06:34 -06:00
committed by GitHub
parent 8d027a0617
commit 512dcf0988
10 changed files with 244 additions and 150 deletions

View File

@ -0,0 +1,4 @@
mod example;
mod nu;
pub use example::Example;