Setup dependencies for connection to backend WIP
This commit is contained in:
parent
e1b2c62912
commit
8fa4093a0d
2 changed files with 4 additions and 0 deletions
2
front_end/Cargo.lock
generated
2
front_end/Cargo.lock
generated
|
@ -43,6 +43,8 @@ dependencies = [
|
|||
"js-sys",
|
||||
"log",
|
||||
"oorandom",
|
||||
"wasm-bindgen",
|
||||
"wasm-bindgen-futures",
|
||||
"wasm-logger",
|
||||
"web-sys",
|
||||
"yew",
|
||||
|
|
|
@ -12,3 +12,5 @@ wasm-logger = "0.2.0"
|
|||
web-sys = { version = "0.3.56", features = ["Window", "Document", "Element"] }
|
||||
js-sys = "0.3.56"
|
||||
oorandom = "11.1.3"
|
||||
wasm-bindgen = "0.2.79"
|
||||
wasm-bindgen-futures = "0.4.29"
|
||||
|
|
Loading…
Reference in a new issue