feat: started clap cli interface
This commit is contained in:
parent
166ae172d0
commit
b343fbccea
5 changed files with 216 additions and 25 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue