forked from mirror/Riven
Add native-tls and rustls-tls features forwarded to reqwest
parent
4b0cb11197
commit
b6cf9217d8
|
@ -21,6 +21,8 @@ features = [ "nightly" ]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
nightly = [ "parking_lot/nightly" ]
|
nightly = [ "parking_lot/nightly" ]
|
||||||
|
native-tls = [ "reqwest/native-tls" ]
|
||||||
|
rustls-tls = [ "reqwest/rustls-tls" ]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
|
|
Loading…
Reference in New Issue