2020-01-30 17:28:22 +00:00
|
|
|
[workspace]
|
|
|
|
members = [
|
|
|
|
"sbp",
|
|
|
|
"webfront",
|
2020-04-12 10:43:14 +00:00
|
|
|
"multigrid",
|
2020-05-01 22:22:59 +00:00
|
|
|
"euler",
|
|
|
|
"maxwell",
|
2020-05-19 18:05:31 +00:00
|
|
|
"shallow_water",
|
2020-09-16 20:10:22 +00:00
|
|
|
"gridgeneration",
|
2020-09-18 15:57:57 +00:00
|
|
|
"heat-equation",
|
2020-01-30 17:28:22 +00:00
|
|
|
]
|
2020-01-26 15:46:57 +00:00
|
|
|
|
2020-08-20 19:07:30 +00:00
|
|
|
default-members = ["sbp", "euler", "maxwell", "shallow_water"]
|
|
|
|
|
2020-01-26 15:46:57 +00:00
|
|
|
[profile.bench]
|
|
|
|
debug = true
|
2020-04-04 20:14:15 +00:00
|
|
|
|
2020-05-19 18:05:31 +00:00
|
|
|
[profile.release]
|
|
|
|
debug = true
|
|
|
|
|
2020-04-04 20:14:15 +00:00
|
|
|
[patch]
|
|
|
|
[patch.crates-io]
|
2020-08-20 19:07:30 +00:00
|
|
|
hdf5 = { git = "https://github.com/mulimoen/hdf5-rust.git", branch = "feature/resizable_idx" }
|
|
|
|
hdf5-sys = { git = "https://github.com/mulimoen/hdf5-rust.git", branch = "feature/resizable_idx" }
|