SummationByParts/webfront/Cargo.toml

17 lines
300 B
TOML
Raw Normal View History

2020-01-30 17:28:22 +00:00
[package]
name = "sbp-web"
version = "0.1.1"
authors = ["Magnus Ulimoen <flymagnus@gmail.com>"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
path = "lib.rs"
[dependencies]
wasm-bindgen = "0.2.58"
console_error_panic_hook = "0.1.6"
wee_alloc = "0.4.5"
2020-01-30 17:28:22 +00:00
sbp = { path = "../sbp" }
ndarray = "0.13.0"