Add working API calls, fix warnings
All checks were successful
Build Crate / build (push) Successful in 7m16s

This commit is contained in:
2023-09-21 20:03:16 -04:00
parent 30b637dfef
commit 0a68829d6c
12 changed files with 147 additions and 69 deletions

View File

@@ -13,6 +13,7 @@ env_logger = "0.10.0"
log = "0.4.20"
once_cell = "1.18.0"
web-sys = "0.3.64"
cfg-if = { version = "1.0.0", features = [] }
[target.'cfg(engine)'.dev-dependencies]
@@ -26,4 +27,4 @@ tower-http = { version = "0.3", features = [ "fs" ] }
[target.'cfg(client)'.dependencies]
wasm-bindgen = "0.2"
reqwest = "0.11"
reqwest = { version = "0.11", features = ["json"] }