aw-lights/Cargo.toml
2021-07-31 14:29:21 -04:00

18 lines
569 B
TOML

[package]
name = "aw-lights"
version = "0.1.0"
authors = ["root"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rppal = "0.7"
ws2818-rgb-led-spi-driver = { path = "lib-ws2818-rgb-led-spi-driver/" }
# ws2818-rgb-led-spi-driver = { path = "ws2818-rgb-led-spi-driver/" }
# ws2818-rgb-led-spi-driver = { path = "/home/pi/tt/" }
# ws2818-rgb-led-spi-driver = { path = "/home/pi/ws2818-rgb-led-spi-driver/" }
[target.armv7-unknown-linux-gnueabihf]
linker = "armv7-unknown-linux-gnueabihf"