From 97f3e3083bf9fe6a0e22bd76f1106c133df5621c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 2 Oct 2019 10:32:48 -0400 Subject: add stub sigwinch handler --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4af5b09..b58e558 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ mio = "0.6" snafu = { version = "0.5", features = ["futures-01"] } tokio = "0.1" tokio-pty-process = "0.4" +tokio-signal = "0.2" twoway = "0.2" uuid = { version = "0.7", features = ["v4"] } -- cgit v1.2.3-54-g00ecf