[package] name = "we-js" version = "0.1.0" edition.workspace = true [lib] name = "we_js" path = "src/lib.rs" [dependencies] we-dom = { path = "../dom" } we-css = { path = "../css" } we-html = { path = "../html" } we-style = { path = "../style" } we-net = { path = "../net" } we-url = { path = "../url" }