[package] name = "we-browser" version = "0.1.0" edition.workspace = true [[bin]] name = "browser" path = "src/main.rs" [lib] name = "we_browser" path = "src/lib.rs" [dependencies] we-platform = { path = "../platform" } we-net = { path = "../net" } we-html = { path = "../html" } we-css = { path = "../css" } we-dom = { path = "../dom" } we-style = { path = "../style" } we-layout = { path = "../layout" } we-text = { path = "../text" } we-render = { path = "../render" } we-js = { path = "../js" } we-url = { path = "../url" } we-encoding = { path = "../encoding" } we-image = { path = "../image" }