nushell/crates/nu_plugin_s3/src/lib.rs
Antonio Yang 88555860f3
Fetch content from S3 (#2328)
* fetch content from s3 resource

* remove submodule

* fix clippy

* update Cargo.lock

* fix s3 plugin dependency version
2020-08-13 05:20:22 +12:00

5 lines
52 B
Rust

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