~tm85/lintuini

ref: 3873712ae1cc616bff72c3dae4513bc21bf5f67f lintuini/Cargo.toml -rw-r--r-- 231 bytes
3873712aTerraMaster85 feat: element.rs: wow it compiles again. api general idea now stable ish? 27 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "lintuini"
version = "0.1.0"
edition = "2024"

[dependencies]
ratatui-core = { version = "0.1.2", features = ["layout-cache"] }
ratatui-widgets = "0.3.2"

[dev-dependencies]
ratatui = "0.30.2"
crossterm = "0.29.0"