mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-01 04:12:18 +00:00
Make Proxy Optional Feature
This commit is contained in:
parent
8a488af594
commit
b218ec6065
4 changed files with 42 additions and 26 deletions
|
@ -7,8 +7,12 @@ version = "0.1.6"
|
|||
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[features]
|
||||
default = ["proxy"]
|
||||
proxy = ["actix-web/rustls"]
|
||||
|
||||
[dependencies]
|
||||
actix-web = { version = "3.2.0", features = ["rustls"] }
|
||||
actix-web = "3.2.0"
|
||||
surf = "2.1.0"
|
||||
askama = "0.8.0"
|
||||
serde = "1.0.117"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue