Files
arcade-keyboard/Cargo.toml
Nick Mello 93f2bbde47 Initial commit
Signed-off-by: Nicholas Mello <nick@nmello.dev>
2026-07-10 23:17:03 -05:00

14 lines
444 B
TOML

[package]
name = "arcade-keyboard"
version = "0.1.0"
edition = "2024"
[dependencies]
cortex-m-rt = "0.7.5"
defmt = "1.1.1"
defmt-rtt = "1.3.0"
embassy-executor = { version = "0.10.0", features = ["executor-thread", "platform-cortex-m"] }
embassy-rp = { version = "0.10.0", features = ["chrono", "defmt", "rp2040", "rt", "time-driver", "critical-section-impl"] }
embassy-time = "0.5.1"
panic-probe = { version = "1.0.0", features = ["defmt"] }