You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
programming-rust-mandelbrot/Cargo.toml

11 lines
167 B
TOML

[package]
name = "mandelbrot"
version = "0.2.0"
authors = ["Jim Blandy <jimb@red-bean.com>"]
edition = "2018"
[dependencies]
num = "0.4"
image = "0.13.0"
rayon = "1"