xilem/crates/xilem_html/web_examples/counter/Cargo.toml

14 lines
207 B
TOML

[package]
name = "counter"
version = "0.1.0"
license = "Apache-2.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2.87"
web-sys = "0.3.64"
xilem_html = { path = "../.." }