From ad0943f88ba9f5ed6eae198ecb4835c0f44701de Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 17 Jun 2026 21:33:40 +0800 Subject: chore: initialize project structure and add core modules --- rola-bucket/Cargo.toml | 8 ++++++++ rola-bucket/src/lib.rs | 1 + 2 files changed, 9 insertions(+) create mode 100644 rola-bucket/Cargo.toml create mode 100644 rola-bucket/src/lib.rs (limited to 'rola-bucket') diff --git a/rola-bucket/Cargo.toml b/rola-bucket/Cargo.toml new file mode 100644 index 0000000..85d7fab --- /dev/null +++ b/rola-bucket/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "rola-bucket" +version.workspace = true +edition.workspace = true +authors.workspace = true +license.workspace = true + +[dependencies] diff --git a/rola-bucket/src/lib.rs b/rola-bucket/src/lib.rs new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/rola-bucket/src/lib.rs @@ -0,0 +1 @@ + -- cgit