From 14ba534928eadc80b2f974b0416345e9306d35e7 Mon Sep 17 00:00:00 2001 From: jontmy00 Date: Wed, 1 Dec 2021 21:39:18 +0800 Subject: [PATCH] Add json dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 28d275f..5184c30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ regex = "1.5.4" indoc = "1.0.3" # multi-line indented strings lazy_static = "1.4.0" # avoid re-compiling regex itertools = "0.10.1" # combinatorics +json = "0.12.4" [dev-dependencies] rstest = "0.11.0" \ No newline at end of file