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-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 = "feature/resizable_idx" }
|