Files
rust-map/yew-wasm/Cargo.toml
2024-09-01 17:01:51 +09:00

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"] }