[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"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "^4.4", features = ["cargo"] } include_dir = "0.7.3" lazy_static = "1.4.0" rand = "^0.8" serde = { version = "^1.0", features = ["derive"] } serde_yaml = "^0.9"