SummationByParts/multigrid/Cargo.toml

18 lines
335 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"] }
euler = { path = "../euler" }
hdf5 = "0.7.0"
2020-04-12 10:43:14 +00:00
rayon = "1.3.0"
indicatif = "0.14.0"
2020-06-14 20:00:32 +00:00
structopt = "0.3.14"
ndarray = "0.13.1"
2020-04-12 10:43:14 +00:00
json = "0.12.4"
2020-04-15 17:49:59 +00:00
either = "1.5.3"