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 /src/garage/Cargo.toml | |
parent | 644e8722641c826603f7ee3c2c7b58f31ab88c23 (diff) | |
download | garage-e2ce5970c6c1ee26e5aabf6b5dba8d641416fb53.tar.gz garage-e2ce5970c6c1ee26e5aabf6b5dba8d641416fb53.zip |
Add basic k2v_client integration tests
Diffstat (limited to 'src/garage/Cargo.toml')
-rw-r--r-- | src/garage/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/garage/Cargo.toml b/src/garage/Cargo.toml index e188cd2a..52d0ea79 100644 --- a/src/garage/Cargo.toml +++ b/src/garage/Cargo.toml @@ -73,6 +73,8 @@ assert-json-diff = "2.0" serde_json = "1.0" base64 = "0.21" +k2v-client.workspace = true + [features] default = [ "bundled-libs", "metrics", "sled", "k2v" ] |