diff --git a/Cargo.toml b/Cargo.toml index fd0ad8b..881f5cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,3 +16,6 @@ serde_json = "^1.0" log = "^0.4" mime = "^0.3.16" rand = "0.8.5" + +[features] +native-certs = ["ureq/native-certs"]