summaryrefslogtreecommitdiff
path: root/rustlings-macros/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-03-28 17:34:48 +0100
committermo8it <mo8it@proton.me>2024-03-28 17:34:48 +0100
commite5efc68a9101d7d7e38263c8a6ee44dda991fc6a (patch)
tree0a1a34fc0b8ec2f746ed069f8a00b2a6eb843204 /rustlings-macros/Cargo.toml
parent9691c3cb55484ce9676c85ad4673b38e06100303 (diff)
Done macro
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"