feat: forward stream
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -8,9 +8,13 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "0.2", features = ["full"] }
|
||||
reqwest = "0.10"
|
||||
reqwest = { version = "0.10", features = ["stream"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
warp = "0.2"
|
||||
clap = "2.0"
|
||||
|
||||
rust_util = "0.6"
|
||||
actix-http = "1.0"
|
||||
actix-web = "2"
|
||||
actix-rt = "1"
|
||||
bytes = "0.5"
|
||||
futures-core = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user