This commit is contained in:
Joscha 2024-05-03 20:26:09 +02:00
parent e9705e5c5c
commit c423162a5f
3 changed files with 60 additions and 2 deletions

View file

@ -7,4 +7,5 @@ edition = "2021"
anyhow = "1.0.82"
axum = "0.7.5"
clap = { version = "4.5.4", features = ["derive", "deprecated"] }
maud = { version = "0.26.0", features = ["axum"] }
tokio = { version = "1.37.0", features = ["full"] }