aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-27 10:45:37 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-27 10:45:37 -0400
commitd0d5bfdfd2f6c0efbd9e5ddbb0e00e3a281d78c2 (patch)
tree43f5f323416922a387ce51df6f7f4e553e124bb0 /Cargo.toml
parent8f13228756dea88f1b8bdeaba1b46db400bab68c (diff)
downloadteleterm-d0d5bfdfd2f6c0efbd9e5ddbb0e00e3a281d78c2.tar.gz
teleterm-d0d5bfdfd2f6c0efbd9e5ddbb0e00e3a281d78c2.zip
move ttyrec to a separate crate
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 1e93dc7..9f44de0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,6 +36,7 @@ tokio = { version = "0.1.22", features = ["codec", "fs", "io", "reactor", "rt-fu
tokio-pty-process-stream = "0.1"
tokio-signal = "0.2"
tokio-tls = "0.2"
+ttyrec = "0.1"
twoway = "0.2"
url = "2"
users = "0.9"