Skip to content

Commit 917c122

Browse files
committed
Fill Cargo with meta info
1 parent b357367 commit 917c122

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "futures-async-combinators"
33
version = "0.1.0"
44
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"]
511
edition = "2018"
612

713
[dependencies]

0 commit comments

Comments
 (0)