Add integrity check command

This commit is contained in:
Lambda 2024-09-22 10:00:59 +00:00
parent d1370f9834
commit d93d16d7a3
6 changed files with 235 additions and 2 deletions

View file

@ -135,6 +135,7 @@ thiserror = "2.0.12"
thread_local = "1.1.8"
tikv-jemallocator = { version = "0.6.0", features = ["unprefixed_malloc_on_supported_platforms"], optional = true }
tokio = { version = "1.44.1", features = ["fs", "macros", "signal", "sync"] }
tokio-util = { version = "0.7.12", features = ["rt"] }
toml = "0.8.20"
tower = { version = "0.5.2", features = ["util"] }
tower-http = { version = "0.6.2", features = ["add-extension", "cors", "sensitive-headers", "trace", "util"] }