From 2463916a5c3f25f3d584aacb8b40130c13619ba1 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Wed, 29 Aug 2018 23:23:21 -0400 Subject: Clean up existing code --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4048b54..ee9c89e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,6 @@ path = "src/main.rs" [dependencies] dotenv = "0.10" env_logger = "0.5" -error-chain = "^0.12" failure = "^0.1" diesel = { version = "1.3.0", features = ["postgres"] } -- cgit