mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
19 lines
504 B
TOML
19 lines
504 B
TOML
[package]
|
|
name = "js-framework-benchmark-yew"
|
|
version = "1.0.0"
|
|
authors = ["Isamu Mogi <isamu@leafytree.jp>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
rand = { version = "0.8.5", features = ["small_rng"] }
|
|
getrandom = { version = "0.2.8", features = ["js"] }
|
|
wasm-bindgen = "0.2.83"
|
|
web-sys = { version = "0.3.60", features = ["Window"]}
|
|
yew = { version = "0.20.0", features = ["csr"], path = "../../packages/yew" }
|
|
|
|
[package.metadata.wasm-pack.profile.release]
|
|
wasm-opt = ['-O4']
|