aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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.toml
parent9de982f9170b2e53f0cae2336bcd5dcd2b340ddc (diff)
downloadteleterm-1e2ffb20113b230e04e6ca1b60ad4ca2ac89a3e8.tar.gz
teleterm-1e2ffb20113b230e04e6ca1b60ad4ca2ac89a3e8.zip
use tokio codecs for some of the protocol parsing
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 76ac973..5a709a3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"
[dependencies]
+bytes = "0.4"
clap = "2"
crossterm = "0.10"
futures = "0.1"