we (web engine): Experimental web browser project to understand the limits of Claude
1[package]
2name = "we-js"
3version = "0.1.0"
4edition.workspace = true
5
6[lib]
7name = "we_js"
8path = "src/lib.rs"
9
10[dependencies]
11we-dom = { path = "../dom" }
12we-css = { path = "../css" }
13we-html = { path = "../html" }
14we-style = { path = "../style" }
15we-net = { path = "../net" }
16we-url = { path = "../url" }