Add rustls feature

This commit is contained in:
Dominic Grimm 2023-01-13 16:01:41 +01:00
parent 197b4e2ecf
commit 0651a39296
No known key found for this signature in database
GPG Key ID: 6F294212DEAAC530
1 changed files with 3 additions and 0 deletions

View File

@ -19,3 +19,6 @@ reqwest = { version = "0.11.13", features = ["json"] }
serde = { version = "1.0.150", features = ["derive"] }
serde_json = "1.0.89"
url = "2.3.1"
[features]
rustls = ["reqwest/rustls"]