aboutsummaryrefslogtreecommitdiff
path: root/embassy-futures
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-08-30 19:29:59 +0200
committerDario Nieuwenhuis <[email protected]>2022-08-30 19:29:59 +0200
commit92ed95780df854b136eaf0095b51badd34f7581b (patch)
treebdc64785913188712169d89c9faa0d9c6f41c3eb /embassy-futures
parente4d4166da24937b5aa64bd34c3179e77ffa4e6a0 (diff)
futures: cargo.toml metadata
Diffstat (limited to 'embassy-futures')
-rw-r--r--embassy-futures/Cargo.toml10
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 @@
2name = "embassy-futures" 2name = "embassy-futures"
3version = "0.1.0" 3version = "0.1.0"
4edition = "2021" 4edition = "2021"
5description = "no-std, no-alloc utilities for working with futures"
6repository = "https://github.com/embassy-rs/embassy"
7readme = "README.md"
8license = "MIT OR Apache-2.0"
9categories = [
10 "embedded",
11 "no-std",
12 "concurrency",
13 "asynchronous",
14]
5 15
6[package.metadata.embassy_docs] 16[package.metadata.embassy_docs]
7src_base = "https://github.com/embassy-rs/embassy/blob/embassy-futures-v$VERSION/embassy-futures/src/" 17src_base = "https://github.com/embassy-rs/embassy/blob/embassy-futures-v$VERSION/embassy-futures/src/"