first commit

This commit is contained in:
Clemens-Dautermann 2021-03-22 01:24:27 +01:00
commit 55b28bfa20
9 changed files with 475 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "mandelbrot"
version = "0.1.0"
authors = ["Clemens-Dautermann <clemens.dautermann@t-online.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
image = "0.23.14"
num-complex = "0.4.0"
uuid = { version = "0.8", features = ["v4"] }