mirror of
https://github.com/nushell/nushell
synced 2024-12-29 06:23:11 +00:00
5 lines
82 B
Rust
5 lines
82 B
Rust
|
mod plugin;
|
||
|
pub mod test_helpers;
|
||
|
|
||
|
pub use crate::plugin::{serve_plugin, Plugin};
|