aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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