summaryrefslogtreecommitdiff
path: root/util-macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'util-macros/Cargo.toml')
-rw-r--r--util-macros/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/util-macros/Cargo.toml b/util-macros/Cargo.toml
new file mode 100644
index 0000000..b8a14e5
--- /dev/null
+++ b/util-macros/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "util-macros"
+version = "0.1.0"
+edition = "2021"
+
+[lib]
+proc-macro = true
+
+[dependencies]
+quote = "1.0.35"
+proc-macro2 = "1.0.78"