We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b357367 commit 917c122Copy full SHA for 917c122
Cargo.toml
@@ -2,6 +2,12 @@
2
name = "futures-async-combinators"
3
version = "0.1.0"
4
authors = ["Roman Proskuryakov <humbug@deeptown.org>"]
5
+description = "toy futures combinators"
6
+license = "MIT"
7
+readme = "README.md"
8
+homepage = "https://github.com/kpp/futures-async-combinators"
9
+repository = "https://github.com/kpp/futures-async-combinators"
10
+keywords = ["async", "await", "futures"]
11
edition = "2018"
12
13
[dependencies]
0 commit comments