14 lines
295 B
TOML
14 lines
295 B
TOML
|
|
[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]
|
||
|
|
num = "0.4.0"
|
||
|
|
nalgebra = "0.27.1"
|
||
|
|
peroxide = "0.30"
|
||
|
|
gad = "0.2.0"
|