mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2024-12-26 19:06:32 +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]
|
||||
nightly = [ "parking_lot/nightly" ]
|
||||
native-tls = [ "reqwest/native-tls" ]
|
||||
rustls-tls = [ "reqwest/rustls-tls" ]
|
||||
|
||||
[dependencies]
|
||||
lazy_static = "1.4"
|
||||
|
|
Loading…
Reference in a new issue