cli_v2: implement Get{Node,Cluster}Statistics

This commit is contained in:
Alex Auvolat
2025-02-05 15:06:10 +01:00
parent 9f468b4439
commit 406b6da163
8 changed files with 259 additions and 229 deletions
+2
View File
@@ -14,6 +14,7 @@ path = "lib.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
format_table.workspace = true
garage_model.workspace = true
garage_table.workspace = true
garage_util.workspace = true
@@ -22,6 +23,7 @@ garage_api_common.workspace = true
argon2.workspace = true
async-trait.workspace = true
bytesize.workspace = true
err-derive.workspace = true
hex.workspace = true
paste.workspace = true