diff options
author | Alex Auvolat <alex@adnab.me> | 2023-05-19 12:52:14 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-05-22 10:45:06 +0200 |
commit | e2ce5970c6c1ee26e5aabf6b5dba8d641416fb53 (patch) | |
tree | f2aa150a5c11924c442e871b3cd5aa8c42c92886 /Cargo.toml | |
parent | 644e8722641c826603f7ee3c2c7b58f31ab88c23 (diff) | |
download | garage-e2ce5970c6c1ee26e5aabf6b5dba8d641416fb53.tar.gz garage-e2ce5970c6c1ee26e5aabf6b5dba8d641416fb53.zip |
Add basic k2v_client integration tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ garage_rpc = { version = "0.8.2", path = "src/rpc" } garage_table = { version = "0.8.2", path = "src/table" } garage_util = { version = "0.8.2", path = "src/util" } garage_web = { version = "0.8.2", path = "src/web" } +k2v-client = { version = "0.0.3", path = "src/k2v-client" } [profile.dev] lto = "off" |