sandbox/pr/ch2/mandelbrot/Cargo.toml

9 lines
154 B
TOML

[package]
name = "mandelbrot"
version = "0.1.0"
authors = ["Kyle Isom <kyle@imap.cc>"]
[dependencies]
crossbeam = "0.2.8"
image = "0.13.0"
num = "0.1.27"