SummationByParts/shallow_water/Cargo.toml

11 lines
193 B
TOML

[package]
name = "shallow-water"
version = "0.1.0"
authors = ["Magnus Ulimoen <magnus@ulimoen.dev>"]
edition = "2018"
[dependencies]
ndarray = "0.14.0"
sbp = { path = "../sbp" }
log = "0.4.8"