summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 4529a57e8ae642bed30671d9868714a236ef872b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "neosheet"
version = "0.1.0"
edition = "2021"

[dependencies]
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"