aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-09-12 17:24:51 +0200
committerAlex Auvolat <alex@adnab.me>2023-09-12 17:24:51 +0200
commit2e229d44303bfafa22aaf0d4aa299021a937220e (patch)
tree972f51763cb333549d55ca3fd1a74cd70d3a9894 /src/rpc/Cargo.toml
parentfd7d8fec59c617b40e480ff855894cf35fdcfb40 (diff)
downloadgarage-2e229d44303bfafa22aaf0d4aa299021a937220e.tar.gz
garage-2e229d44303bfafa22aaf0d4aa299021a937220e.zip
new layout: improve output display
Diffstat (limited to 'src/rpc/Cargo.toml')
-rw-r--r--src/rpc/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/Cargo.toml b/src/rpc/Cargo.toml
index 8ccee46f..2f22cd28 100644
--- a/src/rpc/Cargo.toml
+++ b/src/rpc/Cargo.toml
@@ -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_db.workspace = true
garage_util.workspace = true