mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2024-12-27 11:26:31 +00:00
Add native-tls and rustls-tls features forwarded to reqwest
This commit is contained in:
parent
4b0cb11197
commit
b6cf9217d8
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue