mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-25 21:19:35 +01:00
19 lines
341 B
TOML
19 lines
341 B
TOML
|
[package]
|
||
|
authors = ["Jorge Aparicio <jorge@japaric.io>"]
|
||
|
edition = "2018"
|
||
|
name = "mc"
|
||
|
# this crate is only used for testing
|
||
|
publish = false
|
||
|
version = "0.0.0-alpha.0"
|
||
|
|
||
|
[dependencies]
|
||
|
cortex-m = "0.6.0"
|
||
|
|
||
|
[dependencies.cortex-m-rtfm]
|
||
|
path = ".."
|
||
|
features = ["heterogeneous"]
|
||
|
|
||
|
[dev-dependencies]
|
||
|
panic-halt = "0.2.0"
|
||
|
microamp = "0.1.0-alpha.1"
|