diff --git a/Cargo.toml b/Cargo.toml index 9c78f4e..5bb3847 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,10 +3,14 @@ [package] name = "stackfuture" +description = "StackFuture is a wrapper around futures that stores the wrapped future in space provided by the caller." version = "0.1.0" edition = "2021" license = "MIT" authors = ["Microsoft"] +repository = "https://github.com/microsoft/stackfuture" +keywords = ["async", "no_std", "futures"] +categories = ["asynchronous", "no-std", "rust-patterns"] [dependencies]