[package] name = "mii" description = "A rust-embedded implementation of the monome ii protocol" categories = ["embedded", "hardware-support", "no-std"] documentation = "https://docs.rs/mii" authors = ["Chris Maniewski"] version = "0.1.1" edition = "2021" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://git.sr.ht/~chmanie/mii" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] embedded-hal = "0.2.7" [dev-dependencies] embedded-hal-mock = "0.8.0"