Fix invalid "async" crates.io category.

This commit is contained in:
Dario Nieuwenhuis
2024-01-12 00:35:01 +01:00
parent 6a1c415a4c
commit 4c23f197b3
14 changed files with 22 additions and 14 deletions

View File

@@ -3,6 +3,14 @@ name = "embassy-hal-internal"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Internal implementation details for Embassy HALs. DO NOT USE DIRECTLY."
repository = "https://github.com/embassy-rs/embassy"
documentation = "https://docs.embassy.dev/embassy-hal-internal"
categories = [
"embedded",
"no-std",
"asynchronous",
]
[features]
@@ -26,4 +34,4 @@ log = { version = "0.4.14", optional = true }
num-traits = { version = "0.2.14", default-features = false }
cortex-m = { version = "0.7.6", optional = true }
critical-section = { version = "1", optional = true }
critical-section = { version = "1", optional = true }