mirror of
https://github.com/nushell/nushell.git
synced 2025-05-30 03:21:19 +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};
|