add garage_db dependency in garage_rpc

This commit is contained in:
Alex Auvolat
2023-08-28 15:04:18 +02:00
parent cece1be1bb
commit 06369c8f4a
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -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"