wakeonlan/Cargo.toml
2025-04-21 20:42:36 +02:00

13 lines
351 B
TOML

[package]
name = "wakeonlan"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.8.3"
eyre = "0.6.12"
tokio = { version = "1.44.2", features = ["full"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }