From 47d13a8540d0d093a73a81265ede1154ec083911 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Mon, 27 Aug 2018 23:22:53 -0400 Subject: Replace error_chain with failure; return JSON object for callback api --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 47dec13..4048b54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,8 +15,11 @@ path = "src/main.rs" dotenv = "0.10" env_logger = "0.5" error-chain = "^0.12" +failure = "^0.1" diesel = { version = "1.3.0", features = ["postgres"] } actix = "0.7" -actix-web = "^0.7" \ No newline at end of file +actix-web = "^0.7" +serde = "1.0" +serde_derive = "1.0" \ No newline at end of file -- cgit