aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2018-08-27 23:22:53 -0400
committerKevin Hoerr <kjhoerr@submelon.tech>2018-08-31 23:24:45 -0400
commit47d13a8540d0d093a73a81265ede1154ec083911 (patch)
treef8e31a6bea83a13ede87b9a42a91392cb9355623 /Cargo.toml
parent396f302937cc83c8cb50e4bba64b67f4b76b7c13 (diff)
downloadaugust-offensive-47d13a8540d0d093a73a81265ede1154ec083911.tar.gz
august-offensive-47d13a8540d0d093a73a81265ede1154ec083911.tar.bz2
august-offensive-47d13a8540d0d093a73a81265ede1154ec083911.zip
Replace error_chain with failure; return JSON object for callback api
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
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