From 4c488a9decced08dfe2fb3cb09111ac7cb4d3515 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 30 Oct 2018 14:06:15 +0100 Subject: [PATCH] depend on serde --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48e2810f..e9dc676a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,6 @@ failure = "0.1.3" phf = "0.7.23" phf_macros = "0.7.23" derive-new = "0.5.5" - +serde = "1.0.80" # A generic serialization/deserialization framework +serde_json = "1.0.32" # A JSON serialization file format +serde_derive = "1.0.80"