Implement V2 registration support

Signed-off-by: BlackDex <black.dex@gmail.com>
This commit is contained in:
Daniel García
2026-09-13 16:41:53 +02:00
committed by BlackDex
parent eb212e23fa
commit 9d785f2e5f
15 changed files with 614 additions and 90 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ serde = { version = "1.0.229", features = ["derive"] }
serde_json = "1.0.151"
# A safe, extensible ORM and Query builder
diesel = { version = "2.3.13", features = ["chrono", "r2d2", "numeric"] }
diesel = { version = "2.3.13", features = ["chrono", "r2d2", "numeric", "64-column-tables"] }
diesel_migrations = "2.3.2"
derive_more = { version = "2.1.1", features = [