summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e6093d1..840e065 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,3 +25,5 @@ failure = "0.1.2"
25 25
26lalrpop-util = "0.15.2" 26lalrpop-util = "0.15.2"
27regex = "1.0.4" 27regex = "1.0.4"
28
29serde_json = "1.0.32"