11 lines
232 B
TOML
11 lines
232 B
TOML
[package]
|
|
name = "cagire-ratatui"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rand = "0.8"
|
|
ratatui = "0.30"
|
|
regex = "1"
|
|
tui-textarea = { git = "https://github.com/phsym/tui-textarea", branch = "main", features = ["search"] }
|