summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-07-26 10:32:55 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2024-07-26 10:32:55 +0200
commit6ca07d6af8a338e76817d06c6c6c6f13e64fba9c (patch)
tree32680f0942da8c45af8425ebc20330f5456a9213 /Cargo.toml
parent8b7c56df1940d2ac6e3ece3385464009e46382fa (diff)
add neosheetrc support
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"