mirror of
https://github.com/Noratrieb/wakeonlan.git
synced 2026-01-14 08:45:02 +01:00
13 lines
351 B
TOML
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"] }
|