[dependencies.indexmap]
version = "2.8.0"
[dependencies.rand]
version = "0.9.0"
[lib]
name = "game_logic"
path = "src/lib.rs"
[package]
authors = ["Eyal Litvin <eyalitvin@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A crate for simulating turn-based games with customizable game logic and agent behavior."
documentation = "https://docs.rs/game_logic"
edition = "2021"
license = "MIT"
name = "game_logic"
readme = "README.md"
repository = "https://github.com/EyalLitvin/game_logic"
version = "0.1.1"