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/config.rs | |
| parent | 40183e431da97fe0377b2f2e2ea47b3a14376680 (diff) | |
use public modules
Diffstat (limited to 'rola-cli/src/bucket_mgr/config.rs')
| -rw-r--r-- | rola-cli/src/bucket_mgr/config.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rola-cli/src/bucket_mgr/config.rs b/rola-cli/src/bucket_mgr/config.rs new file mode 100644 index 0000000..b30620b --- /dev/null +++ b/rola-cli/src/bucket_mgr/config.rs @@ -0,0 +1,3 @@ +use mingling::macros::dispatcher; + +dispatcher!("bucket.config"); |
