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"
2020-09-15 05:37:20 +00:00
version = "0.2.0"
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"
2020-08-31 09:45:59 +00:00
edition = "2018"
[dependencies]
2020-08-31 20:03:48 +00:00
rand = "0.7"