diff options
author | David Blajda <blajda@hotmail.com> | 2019-08-22 02:34:37 +0000 |
---|---|---|
committer | David Blajda <blajda@hotmail.com> | 2019-08-22 02:34:37 +0000 |
commit | c248994052485e62c617f4184c877560c6b92623 (patch) | |
tree | 3da59a98bd219161421e23e0f5750322d473ad13 /Cargo.toml |
Init repo
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..a88fc23 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,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"]} |