Files
rust_browser/crates/display_list/Cargo.toml
Zachary D. Rowitsch 2bf8ce6de8 Phase 3: Initial commit
2026-01-31 16:20:53 -05:00

18 lines
302 B
TOML

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