aboutsummaryrefslogtreecommitdiff
path: root/crates/stdio-semihosting/Cargo.toml
diff options
context:
space:
mode:
authorIan McIntyre <me@mciantyre.dev>2026-08-03 07:46:10 -0400
committerIan McIntyre <me@mciantyre.dev>2026-08-03 07:46:10 -0400
commit7ffc62ab8613b097485b2c664093e649907dc2a1 (patch)
tree428e6e958af00e1022e663676fffe9c19f0174a6 /crates/stdio-semihosting/Cargo.toml
First commit
Diffstat (limited to 'crates/stdio-semihosting/Cargo.toml')
-rw-r--r--crates/stdio-semihosting/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
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 }