Skip to main content
Module

x/aleph/examples/yew-app/Cargo.toml

The Full-stack Framework in Deno.
Go to Latest
File
[package]name = "yew-app"version = "0.1.0"edition = "2021"
[lib]crate-type = ["cdylib", "rlib"]
[dependencies]# this is the development version of Yewyew = { git = "https://github.com/yewstack/yew/", features = ["ssr", "hydration"] }wasm-bindgen = { version = "0.2.80", features = ["strict-macro"] }wasm-bindgen-futures = "0.4.30"