From 81e21e6e923e212509ad9f1b58fc901f02e80e18 Mon Sep 17 00:00:00 2001 From: troido Date: Sun, 27 Sep 2020 18:07:07 +0200 Subject: use json5 for encyclopedia and room definitions --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 86cbcc8..5881813 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,3 +23,4 @@ ring = "0.16.12" strum = "0.19" strum_macros = "0.19" chrono = "0.4.17" +json5 = "0.2.8" -- cgit