ProjektMaus/Cargo.toml
RenovateBot 25100eab46
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 6m21s
Update Rust crate embedded-hal to v1
2024-01-10 02:04:07 +01:00

24 lines
446 B
TOML

[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.5"
usb-device = "0.2.9"
usbd-hid = "0.6.1"
critical-section = "1.1.2"
embedded-hal = "1.0.0"
fugit = "0.3.7"
numtoa = "0.2.4"
usbd-serial = "0.1.1"
[features]
serial = []