2023-03-19 15:19:56 +00:00
|
|
|
[package]
|
|
|
|
name = "projekt_maus"
|
|
|
|
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 = "0.7.7"
|
|
|
|
cortex-m-rt = "0.7.3"
|
|
|
|
rp-pico = "0.7.0"
|
2024-10-31 14:21:38 +00:00
|
|
|
panic-halt = "1.0.0"
|
2023-06-20 00:01:43 +00:00
|
|
|
defmt = "0.3.5"
|
2023-03-19 15:19:56 +00:00
|
|
|
usb-device = "0.2.9"
|
|
|
|
usbd-hid = "0.6.1"
|
2023-08-10 00:01:36 +00:00
|
|
|
critical-section = "1.1.2"
|
2023-03-20 20:50:34 +00:00
|
|
|
embedded-hal = "0.2.7"
|
2023-06-07 00:02:02 +00:00
|
|
|
fugit = "0.3.7"
|
2023-03-22 10:24:32 +00:00
|
|
|
numtoa = "0.2.4"
|
|
|
|
usbd-serial = "0.1.1"
|
2023-03-23 05:37:37 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
serial = []
|