mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
Remove old http-proxy, use the full version as the official http-proxy example (closes #164)
This commit is contained in:
@ -1,21 +1,14 @@
|
||||
[package]
|
||||
name = "http-proxy"
|
||||
version = "0.1.0"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
edition = "2018"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>", "Rotem Yaari <vmalloc@gmail.com>"]
|
||||
workspace = ".."
|
||||
|
||||
[[bin]]
|
||||
name = "proxy"
|
||||
path = "src/main.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "proxy-example-server"
|
||||
path = "src/server.rs"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-rt = "0.2"
|
||||
actix-web = { version = "1.0.0", features=["ssl"] }
|
||||
|
||||
env_logger = "0.5"
|
||||
futures = "0.1"
|
||||
clap = "2.32.0"
|
||||
futures = "0.1.25"
|
||||
failure = "0.1.3"
|
||||
url = "1.7.1"
|
||||
|
Reference in New Issue
Block a user