we (web engine): Experimental web browser project to understand the limits of Claude
at css-loading 12 lines 198 B view raw
1[package] 2name = "we-html" 3version = "0.1.0" 4edition.workspace = true 5 6[lib] 7name = "we_html" 8path = "src/lib.rs" 9 10[dependencies] 11we-dom = { path = "../dom" } 12we-encoding = { path = "../encoding" }