summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2018-02-26 08:50:27 +0100
committerAndreas Grois <andi@grois.info>2018-02-26 08:50:27 +0100
commita233f090bff46409309ed604bedd2d7aee1b0103 (patch)
tree347debd387011c21e4ff7242d87d4cdb9babc84d /Cargo.toml
parent3d43006525ee4833fc98c1e06549242eda031bf0 (diff)
Forgot Cargo file
Diffstat (limited to 'Cargo.toml')
-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