buckshot-roulette-gameplay-engine 5.0.0

An engine to simulate games of Buckshot Roulette
Documentation
[dependencies.anyhow]
version = "1.0.93"

[dependencies.indexmap]
version = "2.6.0"

[dependencies.rand]
version = "0.7"

[dependencies.thiserror]
version = "2.0.3"

[features]
print_rng_to_stdout = []

[lib]
name = "buckshot_roulette_gameplay_engine"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "An engine to simulate games of Buckshot Roulette"
edition = "2021"
license = "GPL-3.0-or-later"
name = "buckshot-roulette-gameplay-engine"
readme = "README.md"
repository = "https://github.com/Cyberboss/buckshot-roulette-gameplay-engine"
version = "5.0.0"

[[test]]
name = "all_four_shoot_self"
path = "tests/all_four_shoot_self.rs"

[[test]]
name = "item_tests"
path = "tests/item_tests.rs"

[[test]]
name = "one_shoots_two_two_shoots_self"
path = "tests/one_shoots_two_two_shoots_self.rs"