This commit is contained in:
Aiden McClelland
2021-11-08 16:35:13 -07:00
committed by Aiden McClelland
parent 6eb2dfbb5e
commit d55586755d
4 changed files with 54 additions and 16 deletions

7
appmgr/Cargo.lock generated
View File

@@ -874,6 +874,7 @@ dependencies = [
"patch-db",
"pbkdf2",
"pin-project",
"platforms",
"prettytable-rs",
"proptest",
"proptest-derive",
@@ -2210,6 +2211,12 @@ version = "0.3.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c9b1041b4387893b91ee6746cddfc28516aff326a3519fb2adf820932c5e6cb"
[[package]]
name = "platforms"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325"
[[package]]
name = "ppv-lite86"
version = "0.2.10"