trictrac/client_cli/Cargo.toml

19 lines
394 B
TOML
Raw Permalink Normal View History

2024-02-09 17:47:34 +01:00
[package]
name = "client_cli"
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"
pico-args = "0.5.0"
2024-02-18 18:40:45 +01:00
pretty_assertions = "1.4.0"
2024-02-09 17:47:34 +01:00
renet = "0.0.13"
store = { path = "../store" }
2024-03-24 18:37:35 +01:00
bot = { path = "../bot" }
2024-05-20 19:04:46 +02:00
itertools = "0.13.0"
2025-01-12 16:38:43 +01:00
env_logger = "0.11.6"
2025-08-04 18:04:40 +02:00
log = "0.4.20"