delete weird whitespace from Cargo.toml
This commit is contained in:
parent
edcc3528aa
commit
db345bfbb5
|
@ -10,9 +10,9 @@ yew = { version = "0.20.0", features = ["csr"] }
|
||||||
yewdux = "0.9"
|
yewdux = "0.9"
|
||||||
wasm-bindgen = "0.2"
|
wasm-bindgen = "0.2"
|
||||||
web-sys = { version = "0.3", features = ["FormData", "HtmlFormElement",
|
web-sys = { version = "0.3", features = ["FormData", "HtmlFormElement",
|
||||||
"HtmlDialogElement", "Blob", "Url", "Window",
|
"HtmlDialogElement", "Blob", "Url", "Window",
|
||||||
"HtmlAnchorElement", "ReadableStream",
|
"HtmlAnchorElement", "ReadableStream",
|
||||||
"FileReader"] }
|
"FileReader"] }
|
||||||
js-sys = "0.3"
|
js-sys = "0.3"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
wasm-logger = "0.2"
|
wasm-logger = "0.2"
|
||||||
|
|
Loading…
Reference in New Issue