here_be_dragons/Cargo.toml
Nolan Darilek 92047cd102
All checks were successful
continuous-integration/drone/push Build is passing
Update manifest and CI script.
2022-12-15 14:39:04 -06:00

20 lines
602 B
TOML

[package]
name = "here_be_dragons"
version = "0.2.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]
publish = false
push = false
pre-release-hook = ["git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}"]
pre-release-commit-message = "Release"