File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
[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" ]
3
7
description = " Compile-time feature detection for Arm processors"
4
8
edition = " 2021"
5
9
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ authors = [
3
3
" Jonathan Pallant <jonathan.pallant@ferrous-systems.com>" ,
4
4
" The Cortex-R Team <cortex-r@teams.rust-embedded.org>" ,
5
5
]
6
+ categories = [
7
+ " embedded" ,
8
+ " no-std"
9
+ ]
6
10
description = " CPU support for AArch32 Arm Cortex-R and Arm Cortex-A"
7
11
edition = " 2021"
8
12
keywords = [
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ authors = [
3
3
" Jonathan Pallant <jonathan.pallant@ferrous-systems.com>" ,
4
4
" The Cortex-R Team <cortex-r@teams.rust-embedded.org>"
5
5
]
6
+ categories = [
7
+ " embedded" ,
8
+ " no-std"
9
+ ]
6
10
description = " Run-time support for Arm Cortex-R"
7
11
edition = " 2021"
8
12
keywords = [
You can’t perform that action at this time.
0 commit comments