Implement V2 registration support

This commit is contained in:
Daniel García
2026-08-01 04:06:39 +02:00
parent 2629bcbe13
commit d518f6f01e
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 = [