aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2018-08-29 23:23:21 -0400
committerKevin Hoerr <kjhoerr@submelon.tech>2018-08-31 23:24:45 -0400
commit2463916a5c3f25f3d584aacb8b40130c13619ba1 (patch)
treecc6c44543f85bef121aa8624da695de41e9944f2 /Cargo.toml
parent47d13a8540d0d093a73a81265ede1154ec083911 (diff)
downloadaugust-offensive-2463916a5c3f25f3d584aacb8b40130c13619ba1.tar.gz
august-offensive-2463916a5c3f25f3d584aacb8b40130c13619ba1.tar.bz2
august-offensive-2463916a5c3f25f3d584aacb8b40130c13619ba1.zip
Clean up existing code
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
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"] }