Parse args with clap

This commit is contained in:
Joscha 2023-08-04 15:40:38 +02:00
parent a8a58eb103
commit 6a64bd2e47
3 changed files with 126 additions and 0 deletions

View file

@ -8,6 +8,7 @@ anyhow = "1.0.72"
askama = { version = "0.12.0", features = ["with-axum"] }
askama_axum = "0.3.0"
axum = { version = "0.6.19", features = ["macros"] }
clap = { version = "4.3.19", features = ["derive", "deprecated"] }
mime_guess = "2.0.4"
rust-embed = "6.8.1"
sqlx = { version = "0.7.1", features = ["runtime-tokio", "sqlite"] }