Axum hello world

This commit is contained in:
Drew 2025-08-22 18:45:37 -07:00
parent daa8ea00ba
commit 1e02b39199
4 changed files with 772 additions and 3 deletions

View file

@ -4,3 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8.4"
tokio = { version = "1.47.1", features = ["rt-multi-thread", "tracing"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"