From 0ed2a357ec1446dd03eba963d0e144ef3ebba25a Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 18 Mar 2020 11:33:39 +0530 Subject: serialize App into json with erased_serde --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 514bd4e..c195394 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ edition = "2018" cursive = "0.14" serde_json = "1.0" lazy_static = "1.4.0" +erased-serde = "0.3" [dependencies.chrono] version = "0.4" -- cgit v1.2.3