Skip to content

Commit d01cac9

Browse files
Add categories
1 parent c6e7a04 commit d01cac9

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

arm-targets/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[package]
2-
authors = ["Jonathan Pallant <jonathan.pallant@ferrous-systems.com>", "The Cortex-R Team <cortex-r@teams.rust-embedded.org>"]
2+
authors = [
3+
"Jonathan Pallant <jonathan.pallant@ferrous-systems.com>",
4+
"The Cortex-R Team <cortex-r@teams.rust-embedded.org>"
5+
]
6+
categories = ["development-tools::build-utils"]
37
description = "Compile-time feature detection for Arm processors"
48
edition = "2021"
59
license = "MIT OR Apache-2.0"

cortex-ar/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ authors = [
33
"Jonathan Pallant <jonathan.pallant@ferrous-systems.com>",
44
"The Cortex-R Team <cortex-r@teams.rust-embedded.org>",
55
]
6+
categories = [
7+
"embedded",
8+
"no-std"
9+
]
610
description = "CPU support for AArch32 Arm Cortex-R and Arm Cortex-A"
711
edition = "2021"
812
keywords = [

cortex-r-rt/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ authors = [
33
"Jonathan Pallant <jonathan.pallant@ferrous-systems.com>",
44
"The Cortex-R Team <cortex-r@teams.rust-embedded.org>"
55
]
6+
categories = [
7+
"embedded",
8+
"no-std"
9+
]
610
description = "Run-time support for Arm Cortex-R"
711
edition = "2021"
812
keywords = [

0 commit comments

Comments
 (0)