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-vcs/Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 rola-vcs/Cargo.toml (limited to 'rola-vcs/Cargo.toml') diff --git a/rola-vcs/Cargo.toml b/rola-vcs/Cargo.toml new file mode 100644 index 0000000..ce32c14 --- /dev/null +++ b/rola-vcs/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "rorolala" +version.workspace = true +authors.workspace = true +license.workspace = true +edition.workspace = true + +[dependencies] +rorolala_internal_macros.workspace = true +shared_functions.workspace = true +shared_macros.workspace = true +rola-bucket.workspace = true +rola-draft.workspace = true -- cgit