pico_mouse/Cargo.toml

13 lines
273 B
TOML
Raw Normal View History

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]
cortex-m = "0.7.2"
cortex-m-rt = "0.7.2"
rp-pico = "0.6.0"
panic-halt = "0.2.0"
defmt = "0.3.0"