aboutsummaryrefslogtreecommitdiff
path: root/crates/stdio-semihosting/Cargo.toml
blob: 3178f616382afb26387ac81697aea51a830fa0d1 (plain)
1
2
3
4
5
6
7
8
[package]
name = "rust-threadx-stdio-semihosting"
version = "0.1.0"
edition = "2024"
publish = false

[dependencies]
cortex-m-semihosting = { workspace = true }