delete weird whitespace from Cargo.toml

This commit is contained in:
Emilia Allison 2023-10-24 17:18:08 -04:00
parent edcc3528aa
commit db345bfbb5
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
1 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@ yew = { version = "0.20.0", features = ["csr"] }
yewdux = "0.9"
wasm-bindgen = "0.2"
web-sys = { version = "0.3", features = ["FormData", "HtmlFormElement",
"HtmlDialogElement", "Blob", "Url", "Window",
"HtmlAnchorElement", "ReadableStream",
"FileReader"] }
"HtmlDialogElement", "Blob", "Url", "Window",
"HtmlAnchorElement", "ReadableStream",
"FileReader"] }
js-sys = "0.3"
log = "0.4"
wasm-logger = "0.2"