aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-06 03:33:57 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-06 03:34:35 -0500
commitd94ec144dd1ca29886ebbc438882e73af6fe0ae9 (patch)
tree4b512bcb9dced2fb0a03974cedd0cc9baed05641 /Cargo.toml
parent37f25e563499399c7645bcffb6f4e47bba749514 (diff)
downloadvt100-rust-d94ec144dd1ca29886ebbc438882e73af6fe0ae9.tar.gz
vt100-rust-d94ec144dd1ca29886ebbc438882e73af6fe0ae9.zip
add example for testing vte processing
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 ff8c6ad..922ebed 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,3 +25,4 @@ rand = "0.7"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.69"
terminal_size = "0.1.17"
+vte = "0.10.1"