trictrac/client_tui/Cargo.toml

15 lines
304 B
TOML
Raw Permalink 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]
2024-10-18 16:18:14 +02:00
anyhow = "1.0.89"
2023-11-06 21:33:08 +01:00
bincode = "1.3.3"
2024-10-18 16:18:14 +02:00
crossterm = "0.28.1"
ratatui = "0.28.1"
# renet = "0.0.13"
2023-11-06 21:33:08 +01:00
store = { path = "../store" }