ProjektMaus/Cargo.toml

21 lines
422 B
TOML
Raw Normal View History

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"
panic-halt = "0.2.0"
defmt = "0.3.2"
usb-device = "0.2.9"
usbd-hid = "0.6.1"
critical-section = "1.1.1"
2023-03-20 20:50:34 +00:00
embedded-hal = "0.2.7"
fugit = "0.3.6"
numtoa = "0.2.4"
usbd-serial = "0.1.1"