aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-02 10:32:48 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-02 10:32:48 -0400
commit97f3e3083bf9fe6a0e22bd76f1106c133df5621c (patch)
tree0d51ba8e589935051dc60677dc28cc245d13c4d2 /Cargo.lock
parentf64c34d156a846527fe631569f682bc16b60ac49 (diff)
downloadteleterm-97f3e3083bf9fe6a0e22bd76f1106c133df5621c.tar.gz
teleterm-97f3e3083bf9fe6a0e22bd76f1106c133df5621c.zip
add stub sigwinch handler
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 93c919c..2cec18a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -581,6 +581,7 @@ dependencies = [
"snafu 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-pty-process 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
"twoway 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
]