nushell/crates/nu_plugin_textview/src/lib.rs

5 lines
51 B
Rust
Raw Normal View History

mod nu;
mod textview;
pub use textview::TextView;