[package] name = "we-layout" version = "0.1.0" edition.workspace = true [lib] name = "we_layout" path = "src/lib.rs" [dependencies] we-dom = { path = "../dom" } we-style = { path = "../style" } we-css = { path = "../css" } we-text = { path = "../text" } [dev-dependencies] we-html = { path = "../html" }