This commit is contained in:
nora 2025-04-21 20:42:36 +02:00
parent 563ba7c519
commit 68d5e7360d
8 changed files with 1035 additions and 16 deletions

View file

@ -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"] }