| [package] | |
| name = "crates" | |
| version = "0.1.0" | |
| edition = "2021" | |
| [dependencies] | |
| cortex-m = "0.7.7" | |
| cortex-m-rt = "0.7.3" | |
| cortex-m-semihosting = "0.5.0" | |
| embassy-sync = { git = "https://github.com/embassy-rs/embassy", rev = "7be4337de96de9948632bdc2fc5067d0c4a76b33"} | |
| panic-halt = "0.2.0" | |
| critical-section = { version = "1.1", default-features = false } | |
| futures-test = "0.3.28" | |
| static_cell = "1" | |
| [features] | |
| default = [] | |
| std = ["critical-section/std"] |