mirror of
https://github.com/Zenithsiz/dynatos.git
synced 2026-02-06 11:41:37 +00:00
24 lines
436 B
TOML
24 lines
436 B
TOML
[package]
|
|
name = "dynatos-html"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
|
|
dynatos-html-macros = { workspace = true }
|
|
|
|
duplicate = { workspace = true }
|
|
extend = { workspace = true }
|
|
itertools = { workspace = true }
|
|
js-sys = { workspace = true }
|
|
tracing = { workspace = true }
|
|
wasm-bindgen = { workspace = true }
|
|
web-sys = { workspace = true, features = [
|
|
"HtmlInputElement",
|
|
"Text",
|
|
"Comment",
|
|
] }
|
|
|
|
[lints]
|
|
workspace = true
|