From 7ffc62ab8613b097485b2c664093e649907dc2a1 Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Mon, 3 Aug 2026 07:46:10 -0400 Subject: First commit --- crates/stdio-semihosting/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 crates/stdio-semihosting/Cargo.toml (limited to 'crates/stdio-semihosting/Cargo.toml') diff --git a/crates/stdio-semihosting/Cargo.toml b/crates/stdio-semihosting/Cargo.toml new file mode 100644 index 0000000..3178f61 --- /dev/null +++ b/crates/stdio-semihosting/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "rust-threadx-stdio-semihosting" +version = "0.1.0" +edition = "2024" +publish = false + +[dependencies] +cortex-m-semihosting = { workspace = true } -- cgit v1.2.3