Set up basic axum server

This commit is contained in:
Joscha 2023-08-03 15:26:33 +02:00
parent 2dc13cc841
commit c4f1cd2201
2 changed files with 752 additions and 0 deletions

View file

@ -4,3 +4,6 @@ version = "0.0.0"
edition = "2021"
[dependencies]
anyhow = "1.0.72"
axum = { version = "0.6.19", features = ["macros"] }
tokio = { version = "1.29.1", features = ["full"] }