aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
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"