summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 008d7d0c70ea34be5dd5c5a3128df532bde166bf (plain)
1
2
3
4
5
6
7
8
9
[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"]}
stdweb = "0.4.18"