diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-07-26 10:32:55 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-07-26 10:32:55 +0200 |
| commit | 6ca07d6af8a338e76817d06c6c6c6f13e64fba9c (patch) | |
| tree | 32680f0942da8c45af8425ebc20330f5456a9213 /Cargo.toml | |
| parent | 8b7c56df1940d2ac6e3ece3385464009e46382fa (diff) | |
add neosheetrc support
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |