here_be_dragons/Cargo.toml

15 lines
426 B
TOML
Raw Normal View History

2020-08-31 09:45:59 +00:00
[package]
name = "mapgen"
2021-08-26 15:12:48 +00:00
version = "0.5.2"
2020-08-31 09:45:59 +00:00
authors = ["Krzysztof Langner <klangner@gmail.com>"]
description = "Map generator for games (dungeons, worlds etc.)"
keywords = ["game", "map", "map-generator"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/klangner/mapgen.rs"
homepage = "https://github.com/klangner/mapgen.rs"
documentation = "https://docs.rs/mapgen"
2022-03-14 16:46:48 +00:00
edition = "2021"
2020-08-31 09:45:59 +00:00
[dependencies]
2021-01-12 15:16:49 +00:00
rand = "0.8"