buckshot-roulette-gameplay-engine 5.0.0

An engine to simulate games of Buckshot Roulette
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "buckshot-roulette-gameplay-engine"
version = "5.0.0"
edition = "2021"

repository = "https://github.com/Cyberboss/buckshot-roulette-gameplay-engine"
description = "An engine to simulate games of Buckshot Roulette"
license = "GPL-3.0-or-later"
readme = "README.md"

[dependencies]
anyhow = "1.0.93"
indexmap = "2.6.0"
rand = "0.7"
thiserror = "2.0.3"

[features]
print_rng_to_stdout = []