aboutsummaryrefslogtreecommitdiff
path: root/guests_macro/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'guests_macro/Cargo.toml')
-rw-r--r--guests_macro/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/guests_macro/Cargo.toml b/guests_macro/Cargo.toml
index 6173b91..5831d1c 100644
--- a/guests_macro/Cargo.toml
+++ b/guests_macro/Cargo.toml
@@ -6,3 +6,6 @@ edition = "2021"
[lib]
proc-macro = true
+
+[dependencies]
+toml = "0.8.19"