1
0
Fork 0
blackknobs/Cargo.toml

25 lines
501 B
TOML

[package]
name = "blackknobs"
version = "0.1.0"
authors = ["toon <toon@c3d2.de>"]
edition = "2021"
[dependencies]
# core
cortex-m = "0.7.7"
cortex-m-rt = "0.7.3"
# panic handler
cortex-m-semihosting = "0.5.0"
panic-semihosting = "0.6.0"
# real time for the masses
cortex-m-rtic = "1.1.4"
fugit = "0.3.7"
systick-monotonic = "1.0.1"
embedded-hal = "0.2.7"
embedded-midi = "0.1.2"
# hardware abstraction layer
[dependencies.stm32f1xx-hal]
version = "0.10.0"
features = [ "rt", "stm32f103", "medium" ]