14 lines
285 B
TOML
14 lines
285 B
TOML
|
[package]
|
||
|
name = "thekenlicht-daemon"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
log = "0.4.22"
|
||
|
env_logger = "0.11.5"
|
||
|
tiny-artnet = "0.1.3"
|
||
|
serial = "0.4.0"
|
||
|
mac_address = "1.1.7"
|