2023-01-31 08:59:52 +00:00
|
|
|
[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]
|
2023-02-03 01:01:55 +00:00
|
|
|
cortex-m = "0.7.7"
|
2023-02-15 01:02:09 +00:00
|
|
|
cortex-m-rt = "0.7.3"
|
2023-09-03 00:03:22 +00:00
|
|
|
rp-pico = "0.8.0"
|
2024-10-31 14:23:51 +00:00
|
|
|
panic-halt = "1.0.0"
|
2024-05-13 18:05:36 +00:00
|
|
|
defmt = "0.3.7"
|
2023-01-31 09:46:10 +00:00
|
|
|
usb-device = "0.2.9"
|
|
|
|
usbd-hid = "0.6.1"
|
2023-08-10 00:02:23 +00:00
|
|
|
critical-section = "1.1.2"
|