feat: add stream

This commit is contained in:
2021-04-29 21:44:02 +08:00
parent 4bbb7b9578
commit 19a03e85d5

View File

@@ -9,6 +9,6 @@ edition = "2018"
[dependencies]
log = { version = "0.4", features = ["max_level_debug", "release_max_level_warn"] }
pretty_env_logger = "0.4"
hyper = { version = "0.14", features = ["server", "http1", "http2", "tcp"] }
hyper = { version = "0.14", features = ["server", "http1", "http2", "tcp", "stream"] }
tokio = { version = "1.0", features = ["full"] }