SummationByParts/Cargo.toml

23 lines
353 B
TOML
Raw Normal View History

2019-04-11 21:57:29 +00:00
[package]
2020-01-30 17:28:22 +00:00
name = "diffsolver"
2019-09-09 16:27:54 +00:00
version = "0.1.1"
2019-04-11 21:57:29 +00:00
authors = ["Magnus Ulimoen <flymagnus@gmail.com>"]
edition = "2018"
2020-01-30 17:28:22 +00:00
[workspace]
members = [
"sbp",
"webfront",
2020-04-12 10:43:14 +00:00
"multigrid",
"euler",
"maxwell",
2020-01-30 17:28:22 +00:00
]
2020-01-26 15:46:57 +00:00
[profile.bench]
debug = true
2020-04-04 20:14:15 +00:00
[patch]
[patch.crates-io]
hdf5 = { git = "https://github.com/mulimoen/hdf5-rust.git", branch = "master" }