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

[dependencies]
csv = "1.3.0"
dirs = "5.0.1"
mlua = { version = "0.9.9", features = ["luajit"] }
once_cell = "1.19.0"
ratatui = "0.27.0"
tree-sitter-highlight = "0.22.6"
tree-sitter-lua = "0.1.0"