[package] name = "client_tui" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.89" bincode = "1.3.3" crossterm = "0.28.1" ratatui = "0.28.1" # renet = "0.0.13" store = { path = "../store" }