Avoid depending on system openssl

This commit is contained in:
Matteo Settenvini 2023-07-02 17:46:47 +02:00
parent 74274dc076
commit c1174c3f3b
3 changed files with 115 additions and 203 deletions

View file

@ -15,4 +15,4 @@ config = "0.13"
lazy_static = "1.4"
rocket = { git = "https://github.com/SergioBenitez/Rocket", rev = "v0.5.0-rc.3" }
rocket_dyn_templates = { git = "https://github.com/SergioBenitez/Rocket.git", rev = "v0.5.0-rc.3", features = ["tera"] }
rust-s3 = "0.32"
rust-s3 = { version = "0.32", default-features = false, features = ["tokio-rustls-tls"] }