mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 00:01:24 +01:00
Add integrity check command
This commit is contained in:
parent
d1370f9834
commit
d93d16d7a3
6 changed files with 235 additions and 2 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue