pico_mouse/Cargo.toml
RenovateBot 32f9f2fdc8
Some checks failed
Gitea Actions Test / build (pull_request) Failing after 0s
Update Rust crate cortex-m-rt to 0.7.4
2024-04-17 00:07:29 +00:00

17 lines
341 B
TOML

[package]
name = "mouse_hid"
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.4"
rp-pico = "0.8.0"
panic-halt = "0.2.0"
defmt = "0.3.6"
usb-device = "0.2.9"
usbd-hid = "0.6.1"
critical-section = "1.1.2"