summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 15dd9a21576ede268a7e25c703d0ab89c5cf9540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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 <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"