aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-01-12 00:32:47 +0100
committerDario Nieuwenhuis <[email protected]>2024-01-12 00:32:47 +0100
commit6a1c415a4c731f06e5ebf6932bd53168d89152c9 (patch)
tree864a4d26f5ef7ab994024908cc6695183a8d68f3 /embassy-sync/Cargo.toml
parent583f6d9cc55627906ab39a4b6c741d543f3704c7 (diff)
Complete cargo.tomls more.
Diffstat (limited to 'embassy-sync/Cargo.toml')
-rw-r--r--embassy-sync/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-sync/Cargo.toml b/embassy-sync/Cargo.toml
index 38b0e5d30..85673026c 100644
--- a/embassy-sync/Cargo.toml
+++ b/embassy-sync/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.5.0"
4edition = "2021" 4edition = "2021"
5description = "no-std, no-alloc synchronization primitives with async support" 5description = "no-std, no-alloc synchronization primitives with async support"
6repository = "https://github.com/embassy-rs/embassy" 6repository = "https://github.com/embassy-rs/embassy"
7documentation = "https://docs.embassy.dev/embassy-sync"
7readme = "README.md" 8readme = "README.md"
8license = "MIT OR Apache-2.0" 9license = "MIT OR Apache-2.0"
9categories = [ 10categories = [