12 lines
187 B
INI
12 lines
187 B
INI
[package]
|
|
name = "mandelbrot"
|
|
version = "0.1.0"
|
|
authors = ["Timothy Warren <twarren@nabancard.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
crossbeam = "0.2.8"
|
|
image = "0.13.0"
|
|
num = "0.1.27"
|
|
|