mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +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};
|