Circle-Packings/fractal_dimension/circle_counting_new/Cargo.toml

15 lines
311 B
TOML
Raw Normal View History

2021-07-05 12:52:54 -07:00
[package]
name = "circle_counting"
version = "0.1.0"
2021-07-06 19:29:22 -07:00
authors = [ "William Ball <wball1@swarthmore.edu> "]
edition = "2021"
2021-07-05 12:52:54 -07:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nalgebra = "*"
2021-07-06 19:29:22 -07:00
structopt = "*"
ansi_term = "*"
linregress = "*"
nom = "*"