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/internal_macros/Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 rola-vcs/internal_macros/Cargo.toml (limited to 'rola-vcs/internal_macros/Cargo.toml') diff --git a/rola-vcs/internal_macros/Cargo.toml b/rola-vcs/internal_macros/Cargo.toml new file mode 100644 index 0000000..0d6f641 --- /dev/null +++ b/rola-vcs/internal_macros/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "rorolala_internal_macros" +version.workspace = true +authors.workspace = true +license.workspace = true +edition.workspace = true + +[lib] +proc-macro = true + +[dependencies] +syn = { version = "2", features = ["full"] } +quote = "1" +proc-macro2 = "1" -- cgit