mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
11 lines
172 B
TOML
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"
|