Circle-Packings/fractal_dimension/bai_finch_rust/Cargo.toml

17 lines
333 B
TOML
Raw Normal View History

2021-06-23 12:16:41 -07:00
[package]
name = "bai_finch"
version = "0.1.0"
authors = ["William Ball <wball1@swarthmore.edu>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-06-25 07:52:42 -07:00
num = "0.3.1"
2021-06-25 11:24:22 -07:00
nalgebra = "0.27.1"
2021-06-25 07:52:42 -07:00
num-complex = "0.3.1"
2021-06-25 13:48:12 -07:00
rayon = "1.5.1"
2021-06-27 09:05:41 -07:00
[profile.release]
debug = true