feat: add support for password hashing authentication

Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-15 20:49:56 -03:00
parent 0e88a177b3
commit fd5681b630

View File

@@ -32,6 +32,7 @@ lz4_flex = "0.11.1"
nix = "0.30.1"
once_cell = "1.19.0"
prettytable-rs = "0.10.0"
pwhash = "1.0.1"
regex = "1.9.5"
rusqlite = { version = "0.37.0", features = ["bundled", "array", "chrono"] }
rusqlite_migration = "2.3.0"