rpgtools 0.2.0-alpha

Collection of utilities to help run tabletop role-playing games
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"