mirror of
https://github.com/nushell/nushell.git
synced 2025-01-12 01:09:05 +01:00
88555860f3
* fetch content from s3 resource * remove submodule * fix clippy * update Cargo.lock * fix s3 plugin dependency version
5 lines
52 B
Rust
5 lines
52 B
Rust
pub mod handler;
|
|
mod nu;
|
|
|
|
pub use handler::Handler;
|