SummationByParts/webfront/Cargo.toml

21 lines
450 B
TOML
Raw Normal View History

2020-01-30 17:28:22 +00:00
[package]
name = "sbp-web"
version = "0.1.1"
2021-03-16 18:00:24 +00:00
authors = ["Magnus Ulimoen <magnus@ulimoen.dev>"]
2022-07-05 18:19:49 +00:00
edition = "2021"
2020-01-30 17:28:22 +00:00
[lib]
crate-type = ["cdylib"]
[dependencies]
2022-07-05 19:59:27 +00:00
wasm-bindgen = "0.2.81"
console_error_panic_hook = "0.1.7"
wee_alloc = "0.4.5"
2021-03-23 18:21:38 +00:00
sbp = { path = "../sbp", features = ["f32"] }
2022-07-05 19:59:27 +00:00
ndarray = "0.15.4"
euler = { path = "../euler" }
2020-06-15 20:32:34 +00:00
maxwell = { path = "../maxwell" }
2020-05-19 18:05:31 +00:00
shallow-water = { path = "../shallow_water" }
console_log = "0.2.0"
2022-07-05 19:59:27 +00:00
log = "0.4.17"