2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-01-30 22:03:35 +00:00
nushell/crates/old/nu_plugin_s3/src/lib.rs
2022-03-04 09:36:03 -05:00

4 lines
52 B
Rust

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