sandbox/pr/ch2/mandelbrot/Cargo.toml

9 lines
154 B
TOML
Raw Permalink Normal View History

2018-09-04 01:50:37 +00:00
[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"