13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[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"] }
|
||||
Reference in New Issue
Block a user