summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fa1525e..a6414b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,9 @@ edition = "2021"
[dependencies]
async-stream = "0.3.3"
futures = "0.3"
+futures-core = "0.3.21"
futures-util = "0.3.21"
rand = "0.8"
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
+tokio-codec = "0.1.2"
tokio-stream = "0.1.9"