From 8b862572083c8233cc55bd635885b1c2b03564ee Mon Sep 17 00:00:00 2001 From: James Munns Date: Thu, 4 Dec 2025 19:09:56 +0100 Subject: Add repository fields --- embassy-mcxa/Cargo.toml | 1 + examples/mcxa/Cargo.toml | 1 + 2 files changed, 2 insertions(+) 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" edition = "2021" license = "MIT OR Apache-2.0" description = "Embassy Hardware Abstraction Layer (HAL) for NXP MCXA series of MCUs" +repository = "https://github.com/embassy-rs/embassy" keywords = ["embedded", "hal", "nxp", "mcxa", "embassy"] categories = ["embedded", "hardware-support", "no-std"] 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" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" +repository = "https://github.com/embassy-rs/embassy" [dependencies] cortex-m = { version = "0.7", features = ["critical-section-single-core"] } -- cgit