1
0

Reorganize & implement Authentication view api

This commit is contained in:
2025-02-02 22:41:32 +02:00
parent 038dec0197
commit f65312209c
69 changed files with 1089 additions and 343 deletions

13
src/service/Cargo.toml Normal file
View File

@ -0,0 +1,13 @@
[package]
name = "service"
version = "0.1.0"
edition = "2024"
[dependencies]
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"] }
[dependencies.data]
path = "../data"