summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-06-28 09:23:31 +0300
committerYuval Adam <_@yuv.al>2022-06-28 09:23:31 +0300
commit1764cc87d6ce54b00937786d0528def7919cede0 (patch)
tree6c15ad762fc13f6d063b5b8d373552637fa7b4dc /Cargo.toml
parent9860bd2809114dc2fb9c0426b2cb4147bcecd50c (diff)
Stupid simple future executor
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4ad3553..8b17fc9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"