14 lines
427 B
TOML
14 lines
427 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"
|