-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (23 loc) · 835 Bytes
/
Copy pathCargo.toml
File metadata and controls
27 lines (23 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "parking_lot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cortex-m-rt = "0.7.3"
embassy-executor = { version = "0.5.0", features = ["arch-cortex-m", "executor-thread", "executor-interrupt", "integrated-timers"] }
embassy-time = { version = "0.3.0" }
embassy-rp = { version = "0.1.0", features = ["time-driver", "critical-section-impl"] }
embassy-sync = { version = "0.5.0" }
embassy-usb-logger = "0.1.0"
log = "0.4"
embedded-hal = "1.0.0"
display-interface = "0.4.1"
byte-slice-cast = { version = "1.2.0", default-features = false }
embassy-embedded-hal = { version = "0.1.0" }
embedded-graphics = "0.7.1"
heapless = "0.8"
st7789 = "0.6.1"
embassy-futures = "0.1.1"
embedded-hal-async = "1.0"
mfrc522 = "0.5.0"