18 lines
302 B
TOML
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
|