Skip to content

Commit d37b713

Browse files
Add some keywords to the package metadata.
1 parent 1fc2f4a commit d37b713

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

cortex-ar/Cargo.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
[package]
22
authors = [
33
"Jonathan Pallant <[email protected]>",
4-
"The Cortex-R Team <[email protected]>"
4+
"The Cortex-R Team <[email protected]>",
55
]
66
description = "CPU support for AArch32 Arm Cortex-R and Arm Cortex-A"
77
edition = "2021"
8+
keywords = [
9+
"arm",
10+
"cortex-a",
11+
"cortex-r",
12+
"embedded",
13+
"no_std",
14+
"no-std",
15+
]
816
license = "MIT OR Apache-2.0"
917
name = "cortex-ar"
1018
readme = "README.md"

cortex-r-rt/Cargo.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
[package]
2-
authors = ["Jonathan Pallant <[email protected]>", "The Cortex-R Team <[email protected]>"]
2+
authors = [
3+
"Jonathan Pallant <[email protected]>",
4+
"The Cortex-R Team <[email protected]>"
5+
]
36
description = "Run-time support for Arm Cortex-R"
47
edition = "2021"
8+
keywords = [
9+
"arm",
10+
"cortex-r",
11+
"embedded",
12+
"no_std",
13+
"no-std",
14+
"run-time",
15+
]
516
license = "MIT OR Apache-2.0"
617
name = "cortex-r-rt"
718
readme = "README.md"

0 commit comments

Comments
 (0)