feat: implement change timestamp for subscriptions set
This commit is contained in:
parent
2f0fe08f4c
commit
6d439783b5
7 changed files with 243 additions and 7 deletions
|
|
@ -7,6 +7,7 @@ edition = "2021"
|
|||
argon2 = "0.5.3"
|
||||
axum = { version = "0.8.1" }
|
||||
axum-extra = { version = "0.10", features = ["cookie", "typed-header"] }
|
||||
chrono = "0.4.39"
|
||||
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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue