2020-03-05 00:08:37 +08:00

13 lines
329 B
TOML

[package]
name = "mount_point_std_web"
version = "0.1.0"
authors = ["Ben Berman <ben@standardbots.com>"]
edition = "2018"
[dependencies]
stdweb = "0.4.20"
yew = { path = "../../..", features = ["std_web"] }
[target.'cfg(all(target_arch = "wasm32", not(target_os="wasi"), not(cargo_web)))'.dependencies]
wasm-bindgen = "0.2.59"