programming-rust-mandelbrot/Cargo.toml

10 lines
161 B
TOML
Raw Normal View History

2015-10-14 04:29:33 +00:00
[package]
name = "mandelbrot"
version = "0.2.0"
authors = ["Jim Blandy <jimb@red-bean.com>"]
[dependencies]
num = "0.1.34"
image = "0.10.1"
2016-08-09 13:46:09 +00:00
crossbeam = "0.2.9"