SummationByParts/multigrid/Cargo.toml

17 lines
305 B
TOML
Raw Normal View History

2020-04-12 10:43:14 +00:00
[package]
name = "multigrid"
version = "0.1.0"
authors = ["Magnus Ulimoen <flymagnus@gmail.com>"]
edition = "2018"
2020-04-12 10:35:16 +00:00
2020-04-12 10:43:14 +00:00
[dependencies]
2020-04-12 10:35:16 +00:00
sbp = { path = "../sbp", features = ["rayon"] }
2020-04-12 10:43:14 +00:00
hdf5 = "0.6.0"
rayon = "1.3.0"
indicatif = "0.14.0"
structopt = "0.3.13"
ndarray = "0.13.0"
json = "0.12.4"
2020-04-15 17:49:59 +00:00
either = "1.5.3"