22 lines
644 B
TOML
22 lines
644 B
TOML
[package]
|
|
name = "dmn"
|
|
version = "0.0.2"
|
|
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 <eapoems@riseup.net>"]
|
|
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"
|