aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-06-09 06:53:24 -0400
committerJesse Luehrs <doy@tozt.net>2019-06-09 06:53:24 -0400
commit5cf20a142ef667b9664dd2a2dc3bb26c7562c9a0 (patch)
tree0bfea46547add38d6daeac47d7ccf383a079443f /Cargo.lock
parente842fef74b21d74bf4b731f67c05a1192092ee50 (diff)
downloadnbsh-old-5cf20a142ef667b9664dd2a2dc3bb26c7562c9a0.tar.gz
nbsh-old-5cf20a142ef667b9664dd2a2dc3bb26c7562c9a0.zip
pass input events through to the running process
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 2309b4c..095c97d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -296,6 +296,7 @@ version = "0.1.0"
dependencies = [
"crossterm 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-pty-process 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]