diff options
author | Alex Auvolat <alex@adnab.me> | 2023-09-12 17:24:51 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-09-12 17:24:51 +0200 |
commit | 2e229d44303bfafa22aaf0d4aa299021a937220e (patch) | |
tree | 972f51763cb333549d55ca3fd1a74cd70d3a9894 /src/rpc/Cargo.toml | |
parent | fd7d8fec59c617b40e480ff855894cf35fdcfb40 (diff) | |
download | garage-2e229d44303bfafa22aaf0d4aa299021a937220e.tar.gz garage-2e229d44303bfafa22aaf0d4aa299021a937220e.zip |
new layout: improve output display
Diffstat (limited to 'src/rpc/Cargo.toml')
-rw-r--r-- | src/rpc/Cargo.toml | 1 |
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 |