aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0725425..aa221cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,6 +40,10 @@ yarte = "0.15.6"
# RNG
rand = "0.8.5"
+# JSON
+serde = "1.0.136"
+serde_json = "1.0.79"
+
[build-dependencies]
# Templates
yarte = "0.15.6"