diff options
| author | James Munns <[email protected]> | 2025-12-04 19:09:56 +0100 |
|---|---|---|
| committer | James Munns <[email protected]> | 2025-12-04 19:09:56 +0100 |
| commit | 8b862572083c8233cc55bd635885b1c2b03564ee (patch) | |
| tree | 88d8037c1434dbf6efc0ec377287b98aed513e10 /examples/mcxa | |
| parent | 7ba524026cce5531300ec1d803d10390a6159240 (diff) | |
Add repository fields
Diffstat (limited to 'examples/mcxa')
| -rw-r--r-- | examples/mcxa/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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"] } |
