14 lines
262 B
TOML
14 lines
262 B
TOML
[package]
|
|
name = "yew-wasm"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
console_error_panic_hook = "0.1.7"
|
|
console_log = "1.0.0"
|
|
wasm-bindgen = "0.2.93"
|
|
yew = { git = "https://github.com/yewstack/yew/", features = ["csr"] }
|