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 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4ca7eb6..baeab58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,6 +38,7 @@ rola-draft = { path = "rola-draft" } thiserror = "2.0.18" just_fmt = "0.1.2" +log = "0.4.32" [workspace.dependencies.tokio] version = "1.52.3" -- cgit