Add SSL support

This commit is contained in:
Aram 🍐 2021-07-31 07:00:46 -04:00
parent d78fd8c141
commit 64811b7421
15 changed files with 550 additions and 102 deletions

View file

@ -15,7 +15,8 @@ license = "MIT"
[dependencies]
shell-words = "1.0.0"
dotenv = { version = "0.15.0", optional = true }
rustls = { version = "0.19", optional = true, features = ["dangerous_configuration"] }
webpki = { version = "0.21", optional = true }
[features]
env-file = ["dotenv"]
ssl = ["rustls", "webpki"]