Reorganize & implement Authentication view api
This commit is contained in:
13
src/service/Cargo.toml
Normal file
13
src/service/Cargo.toml
Normal 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"
|
Reference in New Issue
Block a user