summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b4f83df..4529a57 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,9 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-mlua = { version = "0.9.9", features = ["luajit"] }
+dirs = "5.0.1"
+lazy_static = "1.5.0"
+mlua = { version = "0.9.9", features = ["luajit", "send"] }
ratatui = "0.27.0"
tree-sitter-highlight = "0.22.6"
tree-sitter-lua = "0.1.0"