mirror of
https://github.com/Noratrieb/wakeonlan.git
synced 2026-01-14 16:55:01 +01:00
app
This commit is contained in:
parent
563ba7c519
commit
68d5e7360d
8 changed files with 1035 additions and 16 deletions
|
|
@ -6,3 +6,8 @@ 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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue