mandelbrot-rust/Cargo.toml
2021-03-07 00:40:50 +01:00

13 lines
276 B
TOML

[package]
name = "mandelbrot_set"
version = "0.1.0"
authors = ["Nilstrieb <nilstrieb@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
image = "0.23.14"
[profile.dev]
opt-level = 3