Replaced main with the new AppBuilder

This commit is contained in:
Martin Berg Alstad
2024-06-26 10:37:37 +02:00
parent 1b94e63915
commit b3a3484e99
4 changed files with 37 additions and 47 deletions

View File

@ -19,4 +19,4 @@ tower = "0.4.13"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
lib = { git = "https://github.com/emberal/rust-lib.git", tag = "1.0.0", features = ["axum", "vec", "nom", "serde", "derive"] }
lib = { git = "https://github.com/emberal/rust-lib.git", tag = "1.1.1", features = ["axum", "vec", "nom", "serde", "derive", "tokio"] }