aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-09-05 05:59:41 -0400
committerJesse Luehrs <doy@tozt.net>2019-09-05 06:03:42 -0400
commit1e2ffb20113b230e04e6ca1b60ad4ca2ac89a3e8 (patch)
treeccd9b704e9aba852f5ac18e8701777510854d61c /Cargo.lock
parent9de982f9170b2e53f0cae2336bcd5dcd2b340ddc (diff)
downloadteleterm-1e2ffb20113b230e04e6ca1b60ad4ca2ac89a3e8.tar.gz
teleterm-1e2ffb20113b230e04e6ca1b60ad4ca2ac89a3e8.zip
use tokio codecs for some of the protocol parsing
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 b521c95..923217c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -648,6 +648,7 @@ dependencies = [
name = "termcast"
version = "0.1.0"
dependencies = [
+ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"crossterm 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",