[dependencies.ratapp-macros]
version = "0.2.0"
[dependencies.ratatui]
version = "0.29.0"
[dependencies.tokio]
default-features = false
features = ["macros", "rt", "sync"]
version = "1.48.0"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread", "time", "rt"]
version = "1.48.0"
[[example]]
name = "tutorial"
path = "examples/tutorial.rs"
[lib]
name = "ratapp"
path = "src/lib.rs"
[package]
authors = ["Nyeki"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A tiny framework to build multi-screen async applications with ratatui."
edition = "2024"
license = "MIT"
name = "ratapp"
readme = "README.md"
repository = "https://github.com/Nekidev/ratapp"
version = "0.2.0"