Add wiring pi (for test and doc)

This commit is contained in:
Tobias Reisinger 2022-04-15 02:11:34 +02:00
parent e157a5d02d
commit 53c6fcd917
4 changed files with 29 additions and 0 deletions

View file

@ -21,3 +21,4 @@ serde_json = "1.0"
serde_derive = "1.0"
libsqlite3-sys = { version = "*", features = ["bundled"] }
uuid = { version = "0.8", features = ["serde", "v4"] }
wiringpi = { git = "https://github.com/jvandervelden/rust-wiringpi.git " }