diff --git a/ehttp/Cargo.toml b/ehttp/Cargo.toml index ad48067..be5b943 100644 --- a/ehttp/Cargo.toml +++ b/ehttp/Cargo.toml @@ -45,18 +45,17 @@ wasm-bindgen-futures = "0.4" # Streaming response futures-util = { version = "0.3", optional = true } wasm-streams = { version = "0.4", optional = true } - - -[dependencies.web-sys] -version = "0.3.52" -features = [ - "AbortSignal", - "console", - "Headers", - "ReadableStream", - "Request", - "RequestInit", - "RequestMode", - "Response", - "Window", -] +web-sys = { + version = "0.3.52" + features = [ + "AbortSignal", + "console", + "Headers", + "ReadableStream", + "Request", + "RequestInit", + "RequestMode", + "Response", + "Window", + ] +}