summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2019-10-06 17:02:00 +0200
committerAram Drevekenin <aram@poor.dev>2019-10-06 17:02:00 +0200
commit6421ad4005dc7bfd782c1765cbcea17886e81970 (patch)
tree12eec1a402b67837a5acb8ae61ae95295d7211e0 /Cargo.toml
parent0422839ddb9baaca906524b3b535e00bdaecc343 (diff)
feat(ui): react to SIGWINCH
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 43ce2a0..9322aa2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ tui = "0.5"
termion = "1.5"
structopt = "0.3"
dns-lookup = "*"
+signal-hook = "*"
[dev-dependencies]
assert_cmd = "0.10"