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> "]
|
2021-12-24 10:59:38 -08:00
|
|
|
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 = "*"
|
2021-12-24 10:59:38 -08:00
|
|
|
linregress = "*"
|
|
|
|
|
nom = "*"
|