mirror of https://github.com/linebender/xilem
15 lines
284 B
TOML
15 lines
284 B
TOML
[package]
|
|
name = "raw_dom_access"
|
|
version = "0.1.0"
|
|
publish = false
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
console_error_panic_hook = "0.1"
|
|
console_log = "1.0.0"
|
|
log = "0.4.27"
|
|
web-sys = "0.3.77"
|
|
xilem_web = { path = "../.." }
|