aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-08-28 15:04:18 +0200
committerAlex Auvolat <alex@adnab.me>2023-08-28 17:08:21 +0200
commit06369c8f4abcdedc1ae68e13f1045367674b5b45 (patch)
treee1396dc9ddb11ec6728c3db94f71e349f3db10a8 /src
parentcece1be1bb3aa779b0e01af475572d734c5e51f7 (diff)
downloadgarage-06369c8f4abcdedc1ae68e13f1045367674b5b45.tar.gz
garage-06369c8f4abcdedc1ae68e13f1045367674b5b45.zip
add garage_db dependency in garage_rpcnext-0.8
Diffstat (limited to 'src')
-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 771e0838..3fc9bbf9 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]
+garage_db.workspace = true
garage_util.workspace = true
arc-swap = "1.0"