forked from extern/nushell
5 lines
82 B
Rust
5 lines
82 B
Rust
mod plugin;
|
|
pub mod test_helpers;
|
|
|
|
pub use crate::plugin::{serve_plugin, Plugin};
|