added https support

This commit is contained in:
2024-12-10 16:29:52 -08:00
parent 1227a935a2
commit 7573478287
4 changed files with 499 additions and 1 deletions

View File

@ -5,3 +5,7 @@ edition = "2021"
[dependencies]
lazy-regex = { version = "3.3.0", features = ["std"] }
rustls = { version = "0.23.19", optional = true }
[features]
https = ["dep:rustls"]