mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
actix examples in actix release version
This commit is contained in:
10
http-proxy/Cargo.toml
Normal file
10
http-proxy/Cargo.toml
Normal file
@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "http-proxy"
|
||||
version = "0.1.0"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
|
||||
[dependencies]
|
||||
env_logger = "0.5"
|
||||
futures = "0.1"
|
||||
actix = "0.5"
|
||||
actix-web = { version = "^0.5", features=["alpn"] }
|
Reference in New Issue
Block a user