diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-08-30 19:29:59 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-08-30 19:29:59 +0200 |
| commit | 92ed95780df854b136eaf0095b51badd34f7581b (patch) | |
| tree | bdc64785913188712169d89c9faa0d9c6f41c3eb | |
| parent | e4d4166da24937b5aa64bd34c3179e77ffa4e6a0 (diff) | |
futures: cargo.toml metadata
| -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 7123b7c61..89bb3af0b 100644 --- a/embassy-futures/Cargo.toml +++ b/embassy-futures/Cargo.toml | |||
| @@ -2,6 +2,16 @@ | |||
| 2 | name = "embassy-futures" | 2 | name = "embassy-futures" |
| 3 | version = "0.1.0" | 3 | version = "0.1.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | description = "no-std, no-alloc utilities for working with futures" | ||
| 6 | repository = "https://github.com/embassy-rs/embassy" | ||
| 7 | readme = "README.md" | ||
| 8 | license = "MIT OR Apache-2.0" | ||
| 9 | categories = [ | ||
| 10 | "embedded", | ||
| 11 | "no-std", | ||
| 12 | "concurrency", | ||
| 13 | "asynchronous", | ||
| 14 | ] | ||
| 5 | 15 | ||
| 6 | [package.metadata.embassy_docs] | 16 | [package.metadata.embassy_docs] |
| 7 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-futures-v$VERSION/embassy-futures/src/" | 17 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-futures-v$VERSION/embassy-futures/src/" |
