Use reqwest instead of curl to download libwebrtc (#44)

* use reqwest instead of curl to download libwebrtc

curl crate fails 2/3 computers I use when not configured. Make everything simpler for users

* Update Cargo.lock
This commit is contained in:
Théo Monnom
2023-03-16 02:30:12 +01:00
committed by GitHub
parent 609427159b
commit 4443eae434
3 changed files with 419 additions and 82 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ cxx = "1.0"
log = "0.4"
[build-dependencies]
curl = "0.4"
reqwest = { version = "0.11", features = ["blocking", "json"] }
tar = "0.4"
flate2 = "1.0"
cxx-build = "1.0"
@@ -21,7 +21,7 @@ regex = "1.0"
zip = "0.6.3"
[dev-dependencies]
env_logger = "0.9"
env_logger = "0.10"
#[lib]
#crate-type = ["staticlib", "cdylib"]