aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-09-02 04:04:56 -0400
committerJesse Luehrs <doy@tozt.net>2019-09-02 04:04:56 -0400
commitda4685b953e3985a29137f8a1c3f42a3db15292f (patch)
tree59c3668ccb4dddee4e14b38e8c8c7068f1507626 /Cargo.lock
parent00edb33a4a5aae5b8e9258189ead8ef78fbc6d41 (diff)
downloadteleterm-da4685b953e3985a29137f8a1c3f42a3db15292f.tar.gz
teleterm-da4685b953e3985a29137f8a1c3f42a3db15292f.zip
refactor
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 dcfbe97..0fe7493 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -538,6 +538,7 @@ version = "0.1.0"
dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
"snafu 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
]