summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2019-10-14 17:34:43 +0200
committerAram Drevekenin <aram@poor.dev>2019-10-14 17:34:43 +0200
commite6e31e6d4eabd49fe42da74a6eb2f9cdaaf88444 (patch)
treec83cb94a27ba334bf057745c3c161d6ed1900905 /Cargo.toml
parentd420d79f8bebb53674a36f78f205d5089ad6834e (diff)
feat(main): error handling
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9322aa2..4c5be97 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,7 @@ termion = "1.5"
structopt = "0.3"
dns-lookup = "*"
signal-hook = "*"
+failure = "*"
[dev-dependencies]
assert_cmd = "0.10"