From 523a635dc88bc7890a0e1d3c062a8165259761d6 Mon Sep 17 00:00:00 2001 From: troido Date: Thu, 24 Sep 2020 09:38:18 +0200 Subject: don't try to read into the json data structure all manually --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b91b315..db2e00b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,3 +20,5 @@ structopt = "0.3" unicode_categories = "0.1.1" base64 = "0.12.0" ring = "0.16.12" +strum = "0.19" +strum_macros = "0.19" -- cgit