[[bin]]
name = "main"
path = "src/bin/main.rs"
[dependencies.rand]
version = "0.8.5"
[dependencies.serde]
features = ["derive"]
version = "1.0.193"
[lib]
name = "arelith"
path = "src/lib.rs"
[package]
description = "Combat simulator for the Neverwinter Nights game based on Arelith changes."
edition = "2021"
exclude = ["fetch_arelith_weapons.py"]
keywords = ["arelith", "neverwinter-nights", "simulator"]
license = "GPL-3.0"
name = "arelith_combat_simulator"
readme = "README.md"
repository = "https://github.com/egebilecen/arelith-combat-simulator/"
version = "1.4.2"