mirror of
https://github.com/TeamPiped/piped-proxy.git
synced 2024-08-14 23:50:45 +00:00
Use RustTLS for Actix-web
This commit is contained in:
parent
00573cea3a
commit
bbf051fa94
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ version = "0.1.0"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4.3.1"
|
actix-web = { version = "4.3.1", features = ["rustls"] }
|
||||||
image = "0.24.6"
|
image = "0.24.6"
|
||||||
once_cell = "1.17.1"
|
once_cell = "1.17.1"
|
||||||
qstring = "0.7.2"
|
qstring = "0.7.2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue