summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: a88fc238ae6a27bf9b49bb609886ce3fdb67f586 (plain)
1
2
3
4
5
6
7
8
[package]
name = "darkcloud2_levelgen"
version = "0.1.0"
authors = ["David Blajda <blajda@hotmail.com>"]
edition = "2018"

[dependencies]
rand = {version = "0.7.0", features = ["rand_pcg", "small_rng"]}