26 lines
597 B
TOML
26 lines
597 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.144"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
|
|
|
|
[[package]]
|
|
name = "rppal"
|
|
version = "0.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "612e1a22e21f08a246657c6433fe52b773ae43d07c9ef88ccfc433cc8683caba"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rust-simple-gpio"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"rppal",
|
|
]
|