[package] name = "keypad2" version = "0.1.1" edition = "2018" license = "MIT" keywords = ["no-std", "lcd", "embedded-hal-driver", "embedded-hal", "keypad"] categories = ["embedded", "hardware-support", "no-std"] description = "A crate for reading a 3X4 keypad with embedded-hal" authors = ["John Socha-Leialoha"] repository = "https://github.com/JohnSL/keypad2" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] embedded-hal = { version = "^0.2.4", features = ["unproven"] }