[package]
edition = "2018"
name = "rpgtools"
version = "0.2.0-alpha"
authors = ["Aaron Seilis <aaron.seilis@seilis.ca>"]
description = "Collection of utilities to help run tabletop role-playing games"
readme = "README.md"
keywords = ["rpg", "rpg-tool", "role-playing-game", "tabletop-rpgs"]
categories = ["games"]
license-file = "LICENSE"
repository = "https://github.com/seilis/rpg-tools"
[lib]
name = "rpgtools"
path = "src/rpgtools/lib.rs"
[[bin]]
name = "rpgmap"
path = "src/bin/rpgmap.rs"
[dependencies.clap]
version = "2.32"
[dependencies.image]
version = "0.21"
[dependencies.rand]
version = "0.6"