summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
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 <andi@grois.info>"]
+
+[dependencies]
+rand="0.4"
+png="0.11.0"
+num-complex = "0.1" \ No newline at end of file