mirror of
https://github.com/nushell/nushell.git
synced 2025-02-10 07:29:30 +01:00
* 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;
|