mirror of
https://codeberg.org/JasterV/teatui.git
synced 2026-04-26 18:10:03 +00:00
This is an automated PR generated by [release-plz](https://github.com/MarcoIeni/release-plz) via Woodpecker CI. Co-authored-by: release-plz-bot <bot@codeberg.org> Reviewed-on: https://codeberg.org/JasterV/teatui/pulls/1
17 lines
367 B
TOML
17 lines
367 B
TOML
[package]
|
|
name = "teatui"
|
|
version = "0.4.2"
|
|
description = "An elm-like abstraction over Ratatui"
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
|
|
[features]
|
|
default = []
|
|
tokio = ["dep:tokio"]
|
|
|
|
[dependencies]
|
|
crossterm.workspace = true
|
|
ratatui.workspace = true
|
|
thiserror = "2"
|
|
tokio = { version = "1", features = ["full"], optional = true }
|