summaryrefslogtreecommitdiff
path: root/rustlings-macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rustlings-macros/Cargo.toml')
-rw-r--r--rustlings-macros/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/rustlings-macros/Cargo.toml b/rustlings-macros/Cargo.toml
new file mode 100644
index 0000000..0114c8f
--- /dev/null
+++ b/rustlings-macros/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "rustlings-macros"
+version.workspace = true
+authors.workspace = true
+license.workspace = true
+edition.workspace = true
+
+[lib]
+proc-macro = true
+
+[dependencies]
+quote = "1.0.35"