mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Support forced HTTPS redirects #39
This commit is contained in:
parent
ef9bc791e1
commit
6127f2a90c
4 changed files with 37 additions and 6 deletions
|
@ -10,6 +10,7 @@ edition = "2018"
|
|||
[dependencies]
|
||||
base64 = "0.13.0"
|
||||
actix-web = { version = "3.3.2", features = ["rustls"] }
|
||||
futures = "0.3"
|
||||
askama = "0.10.5"
|
||||
ureq = "2.0.1"
|
||||
serde = { version = "1.0.118", default_features = false, features = ["derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue