Set up basic axum server
This commit is contained in:
parent
2dc13cc841
commit
c4f1cd2201
2 changed files with 752 additions and 0 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue