|
@@ -33,7 +33,6 @@ serde_json = { workspace = true }
|
|
url = { workspace = true }
|
|
url = { workspace = true }
|
|
tracing = { workspace = true }
|
|
tracing = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
-getrandom = { version = "0.2", features = ["js"] }
|
|
|
|
async-trait = "0.1.74"
|
|
async-trait = "0.1.74"
|
|
gloo = { version = "0.11.0", optional = true, features = ["net"] }
|
|
gloo = { version = "0.11.0", optional = true, features = ["net"] }
|
|
http = "1.0.0"
|
|
http = "1.0.0"
|
|
@@ -45,5 +44,6 @@ redb = { version = "2.0.0", optional = true }
|
|
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
|
tokio = { workspace = true, features = ["rt", "macros", "sync", "time"] }
|
|
tokio = { workspace = true, features = ["rt", "macros", "sync", "time"] }
|
|
|
|
+getrandom = { workspace = true }
|
|
|
|
|
|
|
|
|