diff options
| author | Yuval Adam <_@yuv.al> | 2022-06-28 09:23:31 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-06-28 09:23:31 +0300 |
| commit | 1764cc87d6ce54b00937786d0528def7919cede0 (patch) | |
| tree | 6c15ad762fc13f6d063b5b8d373552637fa7b4dc /Cargo.toml | |
| parent | 9860bd2809114dc2fb9c0426b2cb4147bcecd50c (diff) | |
Stupid simple future executor
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,6 +3,5 @@ name = "rust-async-playground" version = "0.1.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] +futures = "0.3" |
