2018-10-16 06:56:02 -05:00
|
|
|
[package]
|
|
|
|
name = "example"
|
|
|
|
version = "0.1.0"
|
2019-07-28 12:05:31 -05:00
|
|
|
edition = "2018"
|
2018-10-16 06:56:02 -05:00
|
|
|
|
|
|
|
[dependencies]
|
2020-01-21 04:12:17 -06:00
|
|
|
cortex-m = "0.6.2"
|
|
|
|
cortex-m-rt = "0.6.11"
|
2018-10-16 06:56:02 -05:00
|
|
|
panic-halt = "0.2.0"
|
|
|
|
cortex-m-semihosting = "0.3.1"
|