nushell/crates/nu_plugin_post/src/lib.rs

5 lines
39 B
Rust
Raw Normal View History

mod nu;
mod post;
pub use post::Post;