csci5607/assignment-1a/Cargo.toml

14 lines
310 B
TOML
Raw Normal View History

2023-01-31 07:15:22 +00:00
[package]
name = "assignment-1"
2023-02-01 22:19:56 +00:00
authors = ["Michael Zhang <zhan4854@umn.edu>"]
2023-01-31 07:15:22 +00:00
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.68"
clap = { version = "4.1.4", features = ["derive"] }
2023-02-01 23:46:54 +00:00
nalgebra = "0.32.1"
2023-01-31 07:38:03 +00:00
num = { version = "0.4.0", features = ["serde"] }
2023-01-31 20:39:23 +00:00
ordered-float = "3.4.0"
2023-01-31 21:07:02 +00:00
rayon = "1.6.1"