diff options
author | Alex <alex@adnab.me> | 2023-05-22 09:03:08 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-05-22 09:03:08 +0000 |
commit | 9d833bb7efc2c166036db38da89b0b5ac8f466fe (patch) | |
tree | 827c751387fcd4424c4e9af467b23cf5514619e7 /Cargo.toml | |
parent | 03efc191c1697140d24c431e88bd4964c77823e5 (diff) | |
parent | c3d3b837ebeb98e8639659183ae801b3a280de99 (diff) | |
download | garage-9d833bb7efc2c166036db38da89b0b5ac8f466fe.tar.gz garage-9d833bb7efc2c166036db38da89b0b5ac8f466fe.zip |
Merge pull request 'K2V-client improvements' (#577) from k2v-client-aws-sigv4 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/577
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.4", path = "src/k2v-client" } [profile.dev] lto = "off" |