From ec954d2ce33de2fc59544cb9824b34c28d72dace Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 24 Oct 2019 06:30:57 -0400 Subject: add various crate metadata --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') 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 "] 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" -- cgit v1.2.3-54-g00ecf