wol-rebroadcast/Cargo.toml

16 lines
418 B
TOML
Raw Permalink Normal View History

2024-12-27 00:07:46 +03:00
[package]
name = "wol-rebroadcast"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.23", features = ["derive"] }
color-eyre = "0.6.3"
futures-util = "0.3.31"
macaddr = "1.0.1"
scc = "2.2.6"
tokio = { version = "1.42.0", features = ["rt-multi-thread", "macros", "signal", "net"] }
tokio-util = "0.7.13"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }