mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
13 lines
329 B
TOML
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"
|