Add rustls feature behind a feature flag

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/4/head
trivernis 3 years ago
parent 0e409754e7
commit 47e22c7c00
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -1,6 +1,6 @@
[package] [package]
name = "hydrus-api" name = "hydrus-api"
version = "0.3.2" version = "0.3.3"
authors = ["trivernis <trivernis@protonmail.com>"] authors = ["trivernis <trivernis@protonmail.com>"]
edition = "2018" edition = "2018"
license = "Apache-2.0" license = "Apache-2.0"
@ -24,3 +24,6 @@ lazy_static = "1.4.0"
[dev-dependencies.tokio] [dev-dependencies.tokio]
version = "1.8.0" version = "1.8.0"
features = ["macros", "rt-multi-thread"] features = ["macros", "rt-multi-thread"]
[features]
rustls = ["reqwest/rustls"]
Loading…
Cancel
Save