|
|
@ -7,10 +7,10 @@ edition = "2018" |
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
|
|
|
|
|
|
|
[dependencies] |
|
|
|
futures-util = "0.3.6" |
|
|
|
futures-util = "0.3.8" |
|
|
|
http = "0.2.2" |
|
|
|
hyper = {version="0.14",features=["http2","server","tcp"]} |
|
|
|
structopt={version="0.3.20",default-features=false} |
|
|
|
tokio-socks = "0.5.0" |
|
|
|
tokio={version="1.0",features=["macros","rt-multi-thread"]} |
|
|
|
color-eyre ={version= "0.5.6",default-features=false} |
|
|
|
hyper = { version = "0.14", features = ["http2", "server", "tcp"] } |
|
|
|
structopt = { version = "0.3", default-features = false } |
|
|
|
tokio-socks = "0.5" |
|
|
|
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } |
|
|
|
color-eyre = { version = "0.5", default-features = false } |
|
|
|