diff options
author | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2022-08-30 19:29:59 +0200 |
---|---|---|
committer | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2022-08-30 19:29:59 +0200 |
commit | 92ed95780df854b136eaf0095b51badd34f7581b (patch) | |
tree | bdc64785913188712169d89c9faa0d9c6f41c3eb /embassy-futures | |
parent | e4d4166da24937b5aa64bd34c3179e77ffa4e6a0 (diff) | |
download | embassy-92ed95780df854b136eaf0095b51badd34f7581b.zip |
futures: cargo.toml metadata
Diffstat (limited to 'embassy-futures')
-rw-r--r-- | embassy-futures/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/embassy-futures/Cargo.toml b/embassy-futures/Cargo.toml index 7123b7c6..89bb3af0 100644 --- a/embassy-futures/Cargo.toml +++ b/embassy-futures/Cargo.toml @@ -2,6 +2,16 @@ name = "embassy-futures" version = "0.1.0" edition = "2021" +description = "no-std, no-alloc utilities for working with futures" +repository = "https://github.com/embassy-rs/embassy" +readme = "README.md" +license = "MIT OR Apache-2.0" +categories = [ + "embedded", + "no-std", + "concurrency", + "asynchronous", +] [package.metadata.embassy_docs] src_base = "https://github.com/embassy-rs/embassy/blob/embassy-futures-v$VERSION/embassy-futures/src/" |