]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/thumb-none-qemu/example/Cargo.toml
Rollup merge of #68374 - gitletH:patch-1, r=nikomatsakis
[rust.git] / src / test / run-make / thumb-none-qemu / example / Cargo.toml
1 [package]
2 name = "example"
3 version = "0.1.0"
4 authors = ["Hideki Sekine <sekineh@me.com>"]
5 edition = "2018"
6
7 [dependencies]
8 cortex-m = "0.6.2"
9 cortex-m-rt = "0.6.11"
10 panic-halt = "0.2.0"
11 cortex-m-semihosting = "0.3.1"