From 8cbba8dc8900b98e23e6ee38d6f02537ba936c1c Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 30 Jun 2026 06:01:32 +0800 Subject: refactor(rola-cli): replace GeneralRenderer with StructuralRenderer and use public modules --- rola-cli/src/bucket_mgr/config.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rola-cli/src/bucket_mgr/config.rs (limited to 'rola-cli/src/bucket_mgr/config.rs') 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"); -- cgit