Add required info to embassy-sync package

Updates the README.md based on embassy-futures structure.
This commit is contained in:
Ulf Lilleengen
2022-10-04 16:38:11 +02:00
parent f075e62444
commit 59765590e0
2 changed files with 32 additions and 2 deletions

View File

@ -2,6 +2,16 @@
name = "embassy-sync"
version = "0.1.0"
edition = "2021"
description = "no-std, no-alloc synchronization primitives with async support"
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-sync-v$VERSION/embassy-sync/src/"