diff options
| author | Ian McIntyre <me@mciantyre.dev> | 2026-08-03 07:46:10 -0400 |
|---|---|---|
| committer | Ian McIntyre <me@mciantyre.dev> | 2026-08-03 07:46:10 -0400 |
| commit | 7ffc62ab8613b097485b2c664093e649907dc2a1 (patch) | |
| tree | 428e6e958af00e1022e663676fffe9c19f0174a6 /crates/cortex-m/Cargo.toml | |
First commit
Diffstat (limited to 'crates/cortex-m/Cargo.toml')
| -rw-r--r-- | crates/cortex-m/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/crates/cortex-m/Cargo.toml b/crates/cortex-m/Cargo.toml new file mode 100644 index 0000000..9f18dd2 --- /dev/null +++ b/crates/cortex-m/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "rust-threadx-cortex-m" +version = "0.1.0" +edition = "2024" +publish = false + +[dependencies] |
