diff options
| -rw-r--r-- | embassy-mcxa/Cargo.toml | 1 | ||||
| -rw-r--r-- | examples/mcxa/Cargo.toml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/embassy-mcxa/Cargo.toml b/embassy-mcxa/Cargo.toml index 22660bee9..b4979daba 100644 --- a/embassy-mcxa/Cargo.toml +++ b/embassy-mcxa/Cargo.toml | |||
| @@ -4,6 +4,7 @@ version = "0.1.0" | |||
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
| 6 | description = "Embassy Hardware Abstraction Layer (HAL) for NXP MCXA series of MCUs" | 6 | description = "Embassy Hardware Abstraction Layer (HAL) for NXP MCXA series of MCUs" |
| 7 | repository = "https://github.com/embassy-rs/embassy" | ||
| 7 | keywords = ["embedded", "hal", "nxp", "mcxa", "embassy"] | 8 | keywords = ["embedded", "hal", "nxp", "mcxa", "embassy"] |
| 8 | categories = ["embedded", "hardware-support", "no-std"] | 9 | categories = ["embedded", "hardware-support", "no-std"] |
| 9 | 10 | ||
diff --git a/examples/mcxa/Cargo.toml b/examples/mcxa/Cargo.toml index 4da94811f..cfc68f067 100644 --- a/examples/mcxa/Cargo.toml +++ b/examples/mcxa/Cargo.toml | |||
| @@ -3,6 +3,7 @@ name = "embassy-mcxa-examples" | |||
| 3 | version = "0.1.0" | 3 | version = "0.1.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
| 6 | repository = "https://github.com/embassy-rs/embassy" | ||
| 6 | 7 | ||
| 7 | [dependencies] | 8 | [dependencies] |
| 8 | cortex-m = { version = "0.7", features = ["critical-section-single-core"] } | 9 | cortex-m = { version = "0.7", features = ["critical-section-single-core"] } |
