mirror of
https://codeberg.org/bunbun/fluffle/
synced 2025-06-07 14:39:56 -07:00
added https support
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user