[package] name = "dmn" version = "0.0.1" edition = "2021" description = "CLI and library for DMs and other players of Advanced Dungeons & Dragons (AD&D)" license = "AGPL-3.0-only" authors = ["David Gay "] repository = "https://git.aikuro.net/poems/dmn" homepage = "https://demonidol.com/dmn" keywords = ["adnd", "dnd", "ttrpg", "rpg", "cli"] categories = ["command-line-utilities", "games"] [dependencies] clap = { version = "^4.4", features = ["cargo"] } env_logger = "0.10.0" include_dir = "0.7.3" lazy_static = "1.4.0" log = "0.4.20" rand = "^0.8" serde = { version = "^1.0", features = ["derive"] } serde_yaml = "^0.9"