Addition of seed-check logic to top-level crate (#3801)

* Addition of initial seed check logic

* updated to call from command line, now need to do something about peer store root output

* rework check to delete temp files, add output options, testing
This commit is contained in:
Yeastplume
2024-11-27 14:01:38 +00:00
committed by GitHub
parent 6c012043c0
commit b93d88b58c
6 changed files with 268 additions and 0 deletions
Generated
+2
View File
@@ -952,8 +952,10 @@ dependencies = [
"humansize",
"log",
"serde",
"serde_derive",
"serde_json",
"term",
"thiserror",
]
[[package]]