[package] name = "diffsolver" version = "0.1.1" authors = ["Magnus Ulimoen "] edition = "2018" [workspace] members = [ "sbp", "webfront", "multigrid", ] [profile.bench] debug = true [patch] [patch.crates-io] hdf5 = { git = "https://github.com/mulimoen/hdf5-rust.git", branch = "feature/resizable_idx" }