summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-05-22 22:10:19 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-17 21:02:05 +0800
commit5a5a07c7fad31641d032a743e4e87ffb58ade17d (patch)
treeb6fbd33e8de82e5f9d9e6b99e3cb2102e47fe3ee /Cargo.toml
Initial commitmain
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..09644cc
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,21 @@
+[workspace]
+resolver = "2"
+members = [
+ "rola-cli",
+ "rola-vcs",
+ "rola-vcs/internal_macros",
+ "rola-utils/functions",
+ "rola-utils/macros",
+]
+
+[workspace.package]
+version = "0.1.0"
+edition = "2024"
+authors = ["RoroLalaVCS", "Weicao-CatilGrass <catil_grass@qq.com>"]
+license = "MIT"
+
+[workspace.dependencies]
+rorolala = { path = "rola-vcs" }
+rorolala_internal_macros = { path = "rola-vcs/internal_macros" }
+shared_functions = { path = "rola-utils/functions" }
+shared_macros = { path = "rola-utils/macros" }