Implement V2 registration support

This commit is contained in:
Daniel García
2026-08-13 16:46:12 +02:00
committed by BlackDex
parent 0cefa4cca7
commit 31ae2dc1f0
15 changed files with 614 additions and 90 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ serde = { version = "1.0.229", features = ["derive"] }
serde_json = "1.0.151"
# A safe, extensible ORM and Query builder
diesel = { version = "2.3.11", features = ["chrono", "r2d2", "numeric"] }
diesel = { version = "2.3.11", features = ["chrono", "r2d2", "numeric", "64-column-tables"] }
diesel_migrations = "2.3.2"
derive_more = { version = "2.1.1", features = [