From 68daa10abfe3015beca966825d32cf67c9f5d5d7 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 18 Jun 2026 20:56:05 +0800 Subject: feat(bucket): implement bucket initialization and logging infrastructure Add bucket init logic with directory structure creation and log macros for tracing --- rola-utils/constants/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rola-utils/constants/src/lib.rs') diff --git a/rola-utils/constants/src/lib.rs b/rola-utils/constants/src/lib.rs index 566440d..ab8bd4a 100644 --- a/rola-utils/constants/src/lib.rs +++ b/rola-utils/constants/src/lib.rs @@ -3,3 +3,5 @@ //! This module records all constant information for Rorolala pub mod common; + +pub mod bucket; -- cgit