From fd5681b63029620f98aee8fad949b5aedd11833e Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Fri, 15 Aug 2025 20:49:56 -0300 Subject: [PATCH] feat: add support for password hashing authentication Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 9b8918e..66e9c9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"