misc fixes

This commit is contained in:
Aiden McClelland
2021-09-28 12:33:40 -06:00
committed by Aiden McClelland
parent d4aa75ea93
commit 66e7d2c703
6 changed files with 30 additions and 20 deletions

View File

@@ -76,7 +76,9 @@ nix = "0.22.1"
num = "0.4.0"
openssh-keys = "0.5.0"
openssl = { version = "0.10.36", features = ["vendored"] }
patch-db = { version = "*", path = "../patch-db/patch-db", features = ["log"] }
patch-db = { version = "*", path = "../patch-db/patch-db", features = [
"debug",
] }
pbkdf2 = "0.9.0"
pin-project = "1.0.8"
prettytable-rs = "0.8.0"