Created
March 10, 2023 10:58
-
-
Save Mr-Malomz/60d38d5fd52de6a1d00924a79e57ec3c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//other code section goes here | |
[dependencies] | |
yew = "0.19" | |
serde = { version = "1.0.145", features = ["derive"] } | |
reqwest = { version = "0.11", features = ["json"] } | |
wasm-bindgen-futures = "0.4" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment