nushell/crates/nu_plugin_inc/src/lib.rs

5 lines
36 B
Rust
Raw Normal View History

2021-11-04 23:04:21 +01:00
mod inc;
mod nu;
pub use inc::Inc;