rust/tests/run-make/thumb-none-qemu/example/Cargo.toml
2023-01-11 09:32:08 +00:00

11 lines
172 B
TOML

[package]
name = "example"
version = "0.1.0"
edition = "2018"
[dependencies]
cortex-m = "0.6.2"
cortex-m-rt = "0.6.11"
panic-halt = "0.2.0"
cortex-m-semihosting = "0.3.1"