Skip to content

Commit

Permalink
wasm dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ilevyor committed Mar 14, 2024
1 parent 0917c3d commit aad76b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ reqwest = { version = "0.11.22", features = [
], optional = true }
tokio = { version = "1.35.1", optional = true }
serde_json = "1.0.114"
futures = "0.3.29"
futures = { version = "0.3.29", optional = true}
http = "0.2.11"

[features]
finder = ["log", "ignore"]

network_requests_common = []
network_requests = ["reqwest", "tokio", "tokio/rt", "network_requests_common"]
network_requests = ["dep:futures", "reqwest", "tokio", "tokio/rt", "network_requests_common"]
network_requests_external = ["network_requests_common"]

external_functions_ffi = []

0 comments on commit aad76b5

Please sign in to comment.