aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-09-04 22:10:10 -0400
committerJesse Luehrs <doy@tozt.net>2019-09-04 22:17:08 -0400
commita5a2c0fe8430649985c502e7008e343b3e0d7c8f (patch)
tree663490d71ee75d0f43e526130ed0fadee0e50f06 /Cargo.toml
parent8e7c82c35ed4fe06661952cb5f41bd8c1d8737af (diff)
downloadteleterm-a5a2c0fe8430649985c502e7008e343b3e0d7c8f.tar.gz
teleterm-a5a2c0fe8430649985c502e7008e343b3e0d7c8f.zip
only record starting from the most recent screen clear
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 987df46..76ac973 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,4 +12,5 @@ mio = "0.6"
snafu = { version = "0.4", features = ["futures-01"] }
tokio = "0.1"
tokio-pty-process = "0.4"
+twoway = "0.2"
uuid = { version = "0.7", features = ["v4"] }