mirror of https://github.com/MingweiSamuel/Riven
Add native-tls and rustls-tls features forwarded to reqwest
parent
a94453a018
commit
3a160a51bb
|
@ -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