From a233f090bff46409309ed604bedd2d7aee1b0103 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Mon, 26 Feb 2018 08:50:27 +0100 Subject: Forgot Cargo file --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..90afeb7 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "buddha_brot" +version = "0.1.0" +authors = ["Andreas Grois "] + +[dependencies] +rand="0.4" +png="0.11.0" +num-complex = "0.1" \ No newline at end of file -- cgit v1.2.3