added https support

This commit is contained in:
2024-12-10 16:29:52 -08:00
parent 1227a935a2
commit f459dadfac
4 changed files with 508 additions and 0 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"]