Files
rust_browser/crates/html/Cargo.toml
2026-01-29 01:16:53 -05:00

13 lines
184 B
TOML

[package]
name = "html"
version = "0.1.0"
edition = "2021"
[dependencies]
dom = { path = "../dom" }
shared = { path = "../shared" }
tracing.workspace = true
[lints]
workspace = true