mirror of
https://codeberg.org/JasterV/granc.git
synced 2026-04-26 18:40:05 +00:00
15 lines
348 B
TOML
15 lines
348 B
TOML
[package]
|
|
name = "granc-tui"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
granc_core = { path = "../granc-core" }
|
|
teatui = { version = "0.4.0", features = ["tokio"] }
|
|
ratatui = "0.30"
|
|
crossterm = "0.29"
|
|
serde_json = "1.0"
|
|
thiserror = "2.0"
|
|
anyhow = "1.0"
|
|
colored = "3.1"
|
|
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
|