aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-24 06:30:57 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-24 06:30:57 -0400
commitec954d2ce33de2fc59544cb9824b34c28d72dace (patch)
treee6fee919da7a62c942b197ffef4d38157eed6c13 /Cargo.toml
parentf6d4219c8edb60741d5a5596b097ebb9722d04fc (diff)
downloadcomponent-future-0.1.0.tar.gz
component-future-0.1.0.zip
add various crate metadata0.1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ed883db..bbd4688 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,13 @@ version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"
+description = "implements the inner future protocol documented in the tokio docs"
+license = "MIT"
+repository = "https://git.tozt.net/component-future"
+readme = "README.md"
+keywords = ["futures"]
+categories = ["asynchronous", "rust-patterns"]
+
[dependencies]
futures = "0.1"