diff options
| author | Yuval Adam <_@yuv.al> | 2022-07-05 13:37:52 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-07-05 13:37:52 +0300 |
| commit | ac5e6af1f3c271ce3ae798ccd483c3aa82aa2c58 (patch) | |
| tree | f26bda7e1ad3f756ffe047cd4d00c71327bec453 /Cargo.toml | |
| parent | b968f5d67e49fdc754ab76640cd0bbd15d12d701 (diff) | |
Tokio async stream hello world
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,5 +4,9 @@ version = "0.1.0" edition = "2021" [dependencies] +async-stream = "0.3.3" futures = "0.3" +futures-util = "0.3.21" rand = "0.8" +tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] } +tokio-stream = "0.1.9" |
