31 lines
786 B
TOML
31 lines
786 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
[[package]]
|
|
name = "aw-lights"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"rppal",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.81"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
|
|
|
|
[[package]]
|
|
name = "quick-error"
|
|
version = "1.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
[[package]]
|
|
name = "rppal"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2eca1a2d56229ad6bab2438e784c937a95b8bb3b4284144144428f63988c8a23"
|
|
dependencies = [
|
|
"libc",
|
|
"quick-error",
|
|
]
|