feat: started clap cli interface

This commit is contained in:
Jef Roosens 2025-02-23 14:08:22 +01:00
parent 166ae172d0
commit b343fbccea
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
5 changed files with 216 additions and 25 deletions

View file

@ -7,6 +7,7 @@ edition = "2021"
argon2 = "0.5.3"
axum = "0.8.1"
axum-extra = { version = "0.10", features = ["cookie", "typed-header"] }
clap = { version = "4.5.30", features = ["derive", "env"] }
diesel = { version = "2.2.7", features = ["r2d2", "sqlite", "returning_clauses_for_sqlite_3_35"] }
diesel_migrations = { version = "2.2.0", features = ["sqlite"] }
libsqlite3-sys = { version = "0.31.0", features = ["bundled"] }