nushell/crates/nu_plugin_post/src/lib.rs
2020-02-10 15:32:10 -05:00

5 lines
39 B
Rust

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