diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-30 06:01:32 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-30 06:01:32 +0800 |
| commit | 8cbba8dc8900b98e23e6ee38d6f02537ba936c1c (patch) | |
| tree | c5f333d67871d25833b5ddc96f1d9aae9dcdd603 /rola-cli/src/bucket_mgr.rs | |
| parent | 40183e431da97fe0377b2f2e2ea47b3a14376680 (diff) | |
use public modules
Diffstat (limited to 'rola-cli/src/bucket_mgr.rs')
| -rw-r--r-- | rola-cli/src/bucket_mgr.rs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/rola-cli/src/bucket_mgr.rs b/rola-cli/src/bucket_mgr.rs index 82a76d4..db7a6dd 100644 --- a/rola-cli/src/bucket_mgr.rs +++ b/rola-cli/src/bucket_mgr.rs @@ -1,4 +1,3 @@ -mod creation; -pub use creation::*; -mod bind; -pub use bind::*; +pub mod bind; +pub mod config; +pub mod creation; |
