leds/Cargo.toml

11 lines
230 B
TOML
Raw Normal View History

2021-12-23 19:34:26 +00:00
[package]
name = "leds"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-12-29 01:10:29 +00:00
rs_ws281x = "0.4.2"
2021-12-30 03:57:36 +00:00
tungstenite = "0.16.0"
rand = "0.8.4"