blob: db5d98f26c50f9238ccb0b5c42dba2fc1a63d8d2 (
plain)
1
2
3
4
5
6
7
8
|
[package]
name = "raspberrypi-hd44780-example"
version = "0.2.0"
authors = ["John Doneth <Doneth7@gmail.com>"]
[dependencies]
linux-embedded-hal = "0.2"
hd44780-driver = { path = "../.." }
|