15 lines
485 B
TOML
15 lines
485 B
TOML
[package]
|
|
name = "poketch_2350"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
cortex-m = "0.7.7"
|
|
cortex-m-rt = "0.7.5"
|
|
defmt = "1.0.1"
|
|
defmt-rtt = "1.0.0"
|
|
embassy-executor = {version = "0.7.0", features = ["arch-cortex-m", "executor-thread", "defmt", ]}
|
|
embassy-rp = { version = "0.4.0", features = ["rp235xa", "defmt", "time-driver", "critical-section-impl", "binary-info"] }
|
|
embassy-time = "0.4.0"
|
|
panic-probe = "1.0.0"
|
|
rand = {version = "0.8.5", default-features = false }
|