mandelbrot-rust/Cargo.toml
2021-03-01 10:00:16 +01:00

9 lines
231 B
TOML

[package]
name = "mandelbrot_set"
version = "0.1.0"
authors = ["Nilstrieb <nils.heydecker@gmx.ch>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]