Axum hello world
This commit is contained in:
parent
daa8ea00ba
commit
1e02b39199
4 changed files with 772 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue