some more config optinos and password auth with bcrypt hashing
This commit is contained in:
parent
d52dc95a30
commit
1efe2ad5c2
4 changed files with 138 additions and 41 deletions
|
@ -12,3 +12,4 @@ tokio = { version = "1.45.1", features = ["full"] }
|
|||
sqlx = { version = "0.8.6", features = [ "runtime-tokio", "postgres", "sqlite", "mysql" ] }
|
||||
toml = "0.8.23"
|
||||
serde = "1.0.219"
|
||||
bcrypt = "0.17.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue