aboutsummaryrefslogtreecommitdiff
path: root/panic-semihosting/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'panic-semihosting/Cargo.toml')
-rw-r--r--panic-semihosting/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"]