Disable default features in http crate

This commit is contained in:
Ethan Girouard 2024-05-16 18:50:44 -04:00
parent 618b7d65ce
commit 893c411c7f
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

@ -10,7 +10,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
console_error_panic_hook = { version = "0.1", optional = true }
cfg-if = "1"
http = "1.0"
http = { version = "1.0", default-features = false }
leptos = { version = "0.6", features = ["nightly"] }
leptos_meta = { version = "0.6", features = ["nightly"] }
leptos_axum = { version = "0.6", optional = true }