diff options
Diffstat (limited to 'rola-bucket/src/lib.rs')
| -rw-r--r-- | rola-bucket/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rola-bucket/src/lib.rs b/rola-bucket/src/lib.rs index c45452c..1f3470f 100644 --- a/rola-bucket/src/lib.rs +++ b/rola-bucket/src/lib.rs @@ -12,5 +12,8 @@ //! //! This module does **not** implement any **specific transport method**; it only implements the workflow for file storage and retrieval. +mod bucket; +pub use bucket::*; + mod protocol; pub use protocol::*; |
