Avoid depending on system openssl
This commit is contained in:
parent
74274dc076
commit
c1174c3f3b
3 changed files with 115 additions and 203 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue