aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-06 14:32:17 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-06 14:32:17 -0500
commitcd3a22971cecd24960ea73d42d20c9ce00cdf2d6 (patch)
tree1436ebfd913922daabc7f71b1fef80bd2f9fe3f1 /Cargo.toml
parent726fc4418c204ec6339f2453f7e8603435d9e729 (diff)
downloadteleterm-cd3a22971cecd24960ea73d42d20c9ce00cdf2d6.tar.gz
teleterm-cd3a22971cecd24960ea73d42d20c9ce00cdf2d6.zip
implement seeking in playing ttyrecs
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 bb1b081..75d4ea5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,6 +42,7 @@ twoway = "0.2"
url = "2"
users = "0.9"
uuid = { version = "0.8", features = ["v4"] }
+vt100 = "0.3"
[[bin]]
name = "tt"