feat: add mini tokio

This commit is contained in:
2022-03-20 23:46:17 +08:00
parent 3684ae79da
commit 18b7b4707a
3 changed files with 150 additions and 0 deletions

View File

@@ -9,3 +9,4 @@ edition = "2021"
tokio = { version = "1.0", features = ["full"] }
futures-util = { version = "0.3", default-features = false }
bytes = "1.1"
futures = "0.3"