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

[dependencies]
mlua = { version = "0.9.9", features = ["luajit"] }
ratatui = "0.27.0"