A repo for my personal website
0
fork

Configure Feed

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

Adding in web_sys dependencies

+10 -1
+10 -1
Cargo.toml
··· 13 13 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 14 14 15 15 [dependencies] 16 - wasm-bindgen = "0.2.79" 16 + wasm-bindgen = "0.2.79" 17 + 18 + [dependencies.web-sys] 19 + version = "0.3.56" 20 + features = [ 21 + "Window", 22 + "Document", 23 + "HtmlElement", 24 + "Node" 25 + ]