we (web engine): Experimental web browser project to understand the limits of Claude
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 25 lines 432 B view raw
1[workspace] 2resolver = "2" 3members = [ 4 "crates/platform", 5 "crates/url", 6 "crates/encoding", 7 "crates/html", 8 "crates/css", 9 "crates/dom", 10 "crates/style", 11 "crates/layout", 12 "crates/text", 13 "crates/net", 14 "crates/crypto", 15 "crates/image", 16 "crates/render", 17 "crates/js", 18 "crates/svg", 19 "crates/memory", 20 "crates/browser", 21] 22 23[workspace.package] 24edition = "2021" 25license = "MIT"