summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-09-27 18:07:07 +0200
committertroido <troido@protonmail.com>2020-09-27 18:07:07 +0200
commit81e21e6e923e212509ad9f1b58fc901f02e80e18 (patch)
treec48aec0db9a7d35c128e5446026897f834c3c389 /Cargo.toml
parent09cc0f0e81a339faec191b773b5eca985d15799c (diff)
use json5 for encyclopedia and room definitions
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"