1[package]
2name = "we-style"
3version = "0.1.0"
4edition.workspace = true
5
6[lib]
7name = "we_style"
8path = "src/lib.rs"
9
10[dependencies]
11we-dom = { path = "../dom" }
12we-css = { path = "../css" }
13
14[dev-dependencies]
15we-html = { path = "../html" }