feat: add subscription models
This commit is contained in:
parent
3c4af12fa1
commit
caad08c99e
6 changed files with 61 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
argon2 = "0.5.3"
|
||||
axum = "0.8.1"
|
||||
axum = { version = "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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue