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.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/rustlings-macros/Cargo.toml b/rustlings-macros/Cargo.toml
index 095deaa..f925f69 100644
--- a/rustlings-macros/Cargo.toml
+++ b/rustlings-macros/Cargo.toml
@@ -11,3 +11,5 @@ proc-macro = true
[dependencies]
quote = "1.0.36"
+serde.workspace = true
+toml_edit.workspace = true