[package]
name = "testapp"
edition = "2021"
version.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.82"
crossterm = { version = "0.27.0", features = ["event-stream"] }
rand = "0.8.5"
ratatui = "0.26.1"
tokio = { version = "1.37.0", features = ["rt-multi-thread", "time", "net", "macros", "signal", "sync"] }
tokio-stream = "0.1.15"