mirror of https://github.com/linebender/xilem
17 lines
306 B
TOML
17 lines
306 B
TOML
[package]
|
|
name = "counter_custom_element"
|
|
version = "0.1.0"
|
|
publish = false
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
console_error_panic_hook = "0.1"
|
|
wasm-bindgen = "0.2.100"
|
|
web-sys = "0.3.77"
|
|
xilem_web = { path = "../.." }
|