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 --- examples/mcxa/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') 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