mirror of
https://github.com/danbulant/nushell
synced 2026-06-10 18:20:25 +00:00
4 lines
82 B
Rust
4 lines
82 B
Rust
mod plugin;
|
|
pub mod test_helpers;
|
|
|
|
pub use crate::plugin::{serve_plugin, Plugin};
|