summaryrefslogtreecommitdiff
path: root/rola-utils/macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rola-utils/macros/Cargo.toml')
-rw-r--r--rola-utils/macros/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
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"