pp_bots 4.1.0

Adaptive poker bots
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "pp_bots"
version = "4.1.0"
edition = "2024"
description = "Adaptive poker bots"
repository = "https://github.com/theOGognf/private_poker"
readme = "README.md"
license = "Apache-2.0"

[dependencies]
anyhow = "1.0.89"
ctrlc = { version = "3.4.5", features = ["termination"] }
pico-args = "0.5.0"
private_poker = { version = "4.1.0", path = "../private_poker" }
rand = "0.8.5"
ratatui = "0.28.1"