summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bd83f5b..b4f83df 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,5 @@ edition = "2021"
[dependencies]
mlua = { version = "0.9.9", features = ["luajit"] }
ratatui = "0.27.0"
+tree-sitter-highlight = "0.22.6"
+tree-sitter-lua = "0.1.0"