esp32/lib/rgb-led/Cargo.toml
Thomas Klaehn 18e9f86c36 Initial commit
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
2025-02-08 08:48:24 +01:00

16 lines
338 B
TOML

[package]
name = "rgb-led"
version = "0.1.0"
edition = "2021"
authors = ["Sergio Gasquez <sergio.gasquez@gmail.com>"]
[dependencies]
anyhow = "=1.0.95"
esp-idf-svc = "=0.50.1"
esp-idf-hal ={ version = "=0.45.0", features = ["rmt-legacy"] }
log = "=0.4.22"
rgb = "0.8.29"
[build-dependencies]
embuild = "=0.33.0"