2018-04-13 03:18:42 +02:00
|
|
|
[package]
|
|
|
|
name = "http-proxy"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
2019-03-27 07:33:13 +01:00
|
|
|
edition = "2018"
|
|
|
|
workspace = ".."
|
2018-04-13 03:18:42 +02:00
|
|
|
|
2018-05-08 03:55:18 +02:00
|
|
|
[[bin]]
|
|
|
|
name = "proxy"
|
|
|
|
path = "src/main.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
2018-09-24 10:57:36 +02:00
|
|
|
name = "proxy-example-server"
|
2018-05-08 03:55:18 +02:00
|
|
|
path = "src/server.rs"
|
|
|
|
|
2018-04-13 03:18:42 +02:00
|
|
|
[dependencies]
|
2019-03-27 07:33:13 +01:00
|
|
|
actix-rt = "0.2"
|
2019-06-06 12:47:40 +02:00
|
|
|
actix-web = "1.0.0"
|
2019-03-27 07:33:13 +01:00
|
|
|
|
2018-04-13 03:18:42 +02:00
|
|
|
env_logger = "0.5"
|
|
|
|
futures = "0.1"
|