From 5a5a07c7fad31641d032a743e4e87ffb58ade17d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 22 May 2026 22:10:19 +0800 Subject: Initial commit --- rola-utils/macros/Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 rola-utils/macros/Cargo.toml (limited to 'rola-utils/macros/Cargo.toml') diff --git a/rola-utils/macros/Cargo.toml b/rola-utils/macros/Cargo.toml new file mode 100644 index 0000000..f750afa --- /dev/null +++ b/rola-utils/macros/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "shared_macros" +version.workspace = true +edition.workspace = true +authors.workspace = true +license.workspace = true + +[lib] +proc-macro = true + +[dependencies] +syn = { version = "2.0", features = ["full", "visit-mut"] } +quote = "1.0" +proc-macro2 = "1.0" -- cgit