diff --git a/Cargo.toml b/Cargo.toml index afd8a4e..24c8b47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hydrus-api" -version = "0.3.2" +version = "0.3.3" authors = ["trivernis "] edition = "2018" license = "Apache-2.0" @@ -24,3 +24,6 @@ lazy_static = "1.4.0" [dev-dependencies.tokio] version = "1.8.0" features = ["macros", "rt-multi-thread"] + +[features] +rustls = ["reqwest/rustls"] \ No newline at end of file