aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-04 03:15:50 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-04 03:15:50 -0500
commit9a4caa186dd38bb2fd0e84c87fadef41050f3ad8 (patch)
tree5cfded3d8721a29b34ca411c44b4c54b583a7eeb /Cargo.toml
parent46d1b6266062fa85267532613d181c51ea884e01 (diff)
downloadttyrec-bin-9a4caa186dd38bb2fd0e84c87fadef41050f3ad8.tar.gz
ttyrec-bin-9a4caa186dd38bb2fd0e84c87fadef41050f3ad8.zip
parse the frames into terminal screens and draw those
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 1802667..a6ce7ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,3 +17,4 @@ structopt = { version = "0.3.25", features = ["paw", "wrap_help"] }
terminal_size = "0.1.17"
textmode = { version = "0.2.0", features = ["async"] }
ttyrec = { path = "../ttyrec", version = "0.2.0", features = ["async"] }
+vt100 = { path = "../vt100-rust", version = "0.13.0" }