here_be_dragons/Cargo.toml

17 lines
486 B
TOML

[package]
name = "here_be_dragons"
version = "0.1.0"
authors = ["Nolan Darilek <nolan@thewordnerd.info>", "Krzysztof Langner <klangner@gmail.com>"]
description = "Map generator for games"
keywords = ["game", "map", "map-generator"]
license = "MIT OR Apache-2.0"
repository = "https://labs.lightsout.games/projects/here_be_dragons"
documentation = "https://docs.rs/here_be_dragons"
edition = "2021"
[dependencies]
rand = "0.8"
[package.metadata.release]
tag-prefix = ""
publish = false