mirror of
https://github.com/nullishamy/ferri.git
synced 2025-06-28 09:04:18 +00:00
feat: auth basics
This commit is contained in:
parent
005c13e1d4
commit
9c7c2858cc
11 changed files with 215 additions and 29 deletions
|
@ -8,4 +8,5 @@ serde = "1.0.219"
|
|||
rocket = { version = "0.5.1", features = ["json"] }
|
||||
sqlx = { version = "0.7", features = [ "runtime-tokio", "sqlite", "macros" ], default-features = false }
|
||||
uuid = { version = "1.16.0", features = ["v4"] }
|
||||
chrono = "0.4.40"
|
||||
chrono = "0.4.40"
|
||||
rand = "0.8"
|
Loading…
Add table
Add a link
Reference in a new issue