Archived
2
0

Working Login & Register functionality

This commit is contained in:
2025-02-08 16:35:07 +02:00
parent 84ea3fddae
commit 6f6a053c45
37 changed files with 1208 additions and 802 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2024"
thiserror = "2.0.11"
argon2 = { version = "0.5.3", features = ["std"] }
garde = { version = "0.22.0", features = ["email", "url", "derive"] }
derive_more = { version = "1.0.0", features = ["deref", "deref_mut", "into"] }
derive_more = { version = "2.0.1", features = ["deref", "deref_mut", "into"] }
[dependencies.data]
path = "../data"