feat: initial working pwd reset method
This commit is contained in:
commit
c8856ddeb1
8 changed files with 3246 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "self-service-access-recovery"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
reqwest = { version = "0.13.1", features = ["json"] }
|
||||
toml = "0.9.11"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
lettre = "0.11.19"
|
||||
rocket = { version = "0.5.1", features = ["json"] }
|
||||
serde_json = "1.0.149"
|
||||
Loading…
Add table
Add a link
Reference in a new issue