squadleader 0.0.2

A type system and rule engine to model small unit infantry combat.
[dependencies]

[[example]]
name = "basic"
path = "examples/basic.rs"

[package]
authors = ["CryptoPatrick <cryptopatrick@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["game-development"]
description = """
A type system and rule engine to model small unit infantry combat.
"""
documentation = "https://github.com/CryptoPatrick/squadleader"
edition = "2021"
exclude = ["/.github/", "/ci/", "/pkg/brew", "/benchsuite/", "/scripts/"]
homepage = "https://github.com/CryptoPatrick/squadleader"
keywords = ["games", "game-engine", "modeling", "simulation"]
license = "Unlicense OR MIT"
name = "squadleader"
readme = "README.md"
repository = "https://github.com/CryptoPatrick/squadleader"
rust-version = "1.72"
version = "0.0.2"