diff options
| author | Yuval Adam <_@yuv.al> | 2022-07-05 13:56:12 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-07-05 13:56:12 +0300 |
| commit | 03161457e8c0f0ef657982b5796802f61cc78e31 (patch) | |
| tree | c996394abc9ba62fe9545bd78acd07fb855d939d /Cargo.toml | |
| parent | ac5e6af1f3c271ce3ae798ccd483c3aa82aa2c58 (diff) | |
Delayed streaming works
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
