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/functions/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'rola-utils/functions/Cargo.toml') diff --git a/rola-utils/functions/Cargo.toml b/rola-utils/functions/Cargo.toml index 564dc54..6ce5adf 100644 --- a/rola-utils/functions/Cargo.toml +++ b/rola-utils/functions/Cargo.toml @@ -7,3 +7,4 @@ license.workspace = true [dependencies] tokio.workspace = true +log.workspace = true -- cgit