summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-07-30 20:43:18 -0400
committerDan Davison <dandavison7@gmail.com>2020-08-01 11:38:19 -0400
commite03a12df8c4be03a08b07ae236ffcd6b67ba77df (patch)
treedf23f649b0a151152952edd39e90605993ee3297 /Cargo.toml
parentd9a07679dfaf2b9c9b84187f3691aa93d8beca31 (diff)
Initialize parser code based on alacritty ansi.rs
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 e609212f..390353d4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,6 +31,7 @@ shell-words = "1.0.0"
structopt = "0.3.15"
unicode-segmentation = "1.6.0"
unicode-width = "0.1.8"
+vte = "0.8.0"
[dependencies.git2]
version = "0.13.8"