aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
parent8f13228756dea88f1b8bdeaba1b46db400bab68c (diff)
downloadteleterm-d0d5bfdfd2f6c0efbd9e5ddbb0e00e3a281d78c2.tar.gz
teleterm-d0d5bfdfd2f6c0efbd9e5ddbb0e00e3a281d78c2.zip
move ttyrec to a separate crate
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5fe861c..0f4d7a3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1649,6 +1649,7 @@ dependencies = [
"tokio-pty-process-stream",
"tokio-signal",
"tokio-tls",
+ "ttyrec",
"twoway",
"url 2.1.0",
"users",
@@ -1994,6 +1995,17 @@ dependencies = [
]
[[package]]
+name = "ttyrec"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "034c0e4a24b738a650ea69bcb829388a2e72baa5e7aa1e9aa85fcd03e9f5cac6"
+dependencies = [
+ "futures",
+ "snafu",
+ "tokio",
+]
+
+[[package]]
name = "twoway"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"