18 lines
401 B
TOML
18 lines
401 B
TOML
[package]
|
|
name = "pikl-tui"
|
|
description = "TUI frontend for pikl-menu."
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
pikl-core = { path = "../pikl-core" }
|
|
ratatui = "0.30"
|
|
crossterm = { version = "0.29", features = ["event-stream"] }
|
|
tokio = { version = "1", features = ["sync", "macros", "rt"] }
|
|
futures = "0.3"
|
|
tracing = "0.1"
|