15 lines
323 B
TOML
15 lines
323 B
TOML
[package]
|
|
name = "blinky-pac"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
cortex-m = "0.7"
|
|
cortex-m-rt = "0.7"
|
|
stm32-metapac = { version = "1", features = ["stm32l475vg", "memory-x"] }
|
|
|
|
defmt = "0.3.0"
|
|
defmt-rtt = "0.3.0"
|
|
panic-probe = { version = "0.3.0", features = ["print-defmt"] }
|