[package] name = "cbd-tui" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] crossterm = "0.26.1" crabidy-core = { path = "../crabidy-core" } flume = "0.10.14" ratatui = "0.20.1" tokio = { version = "1", features = ["full"] } tonic = "0.9"