diff options
-rw-r--r-- | cortex-m-semihosting/Cargo.toml | 1 | ||||
-rw-r--r-- | panic-semihosting/Cargo.toml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/cortex-m-semihosting/Cargo.toml b/cortex-m-semihosting/Cargo.toml index c6204eb..5894029 100644 --- a/cortex-m-semihosting/Cargo.toml +++ b/cortex-m-semihosting/Cargo.toml @@ -6,6 +6,7 @@ authors = [ description = "Semihosting for ARM Cortex-M processors" documentation = "https://docs.rs/cortex-m-semihosting" keywords = ["semihosting", "arm", "cortex-m"] +categories = ["no-std", "embedded"] license = "MIT OR Apache-2.0" name = "cortex-m-semihosting" readme = "README.md" diff --git a/panic-semihosting/Cargo.toml b/panic-semihosting/Cargo.toml index cf0e978..d38b0cd 100644 --- a/panic-semihosting/Cargo.toml +++ b/panic-semihosting/Cargo.toml @@ -3,7 +3,7 @@ authors = [ "The Cortex-M Team <cortex-m@teams.rust-embedded.org>", "Jorge Aparicio <jorge@japaric.io>", ] -categories = ["no-std"] +categories = ["no-std", "embedded"] description = "Report panic messages to the host stderr using semihosting" documentation = "https://docs.rs/panic-semihosting" keywords = ["panic-handler", "panic-impl", "panic", "semihosting"] |