From c248994052485e62c617f4184c877560c6b92623 Mon Sep 17 00:00:00 2001 From: David Blajda Date: Thu, 22 Aug 2019 02:34:37 +0000 Subject: Init repo --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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 "] +edition = "2018" + +[dependencies] +rand = {version = "0.7.0", features = ["rand_pcg", "small_rng"]} -- cgit v1.2.3