oreilly-programming-rust/mandelbrot/Cargo.toml
2022-08-17 01:46:30 +05:30

10 lines
207 B
TOML

[package]
name = "mandelbrot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
num = "0.4"
image = "0.13.0"