nushell/crates/old/nu_plugin_s3/src/lib.rs
2022-03-04 09:36:03 -05:00

5 lines
52 B
Rust

pub mod handler;
mod nu;
pub use handler::Handler;