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"