This commit is contained in:
2022-10-03 00:05:40 +05:30
parent 0423e142e0
commit f47102cc7d
4 changed files with 113 additions and 31 deletions

View File

@@ -11,8 +11,10 @@ env_logger = "0.9.0"
gloo-net = "^0.2"
log = "0.4"
console_log = { version = "0.2", features = ["color"] }
reqwasm = {version = "0.5.0", features = ["json"]}
wasm-bindgen-futures = "^0.4"
wasm-logger = "0.2.0"
serde = { version = "^1.0", features = ["derive"] }
sycamore = {version = "0.8.0-beta.7", features = ["suspense"]}
sycamore-router = "0.8.0-beta.7"
#yew = "0.19.3"