trictrac/client_tui/Cargo.toml

15 lines
302 B
TOML
Raw Normal View History

2023-11-06 21:33:08 +01:00
[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.75"
bincode = "1.3.3"
crossterm = "0.27.0"
ratatui = "0.24.0"
renet = "0.0.13"
store = { path = "../store" }