aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/Cargo.toml
diff options
context:
space:
mode:
authorAlex <lx@deuxfleurs.fr>2025-02-01 17:48:25 +0000
committerAlex <lx@deuxfleurs.fr>2025-02-01 17:48:25 +0000
commitd601f311865b8159a7bf1801dd8f43021d0b443b (patch)
tree07e4268d09a6bead4c4e5a2a4f122471a7a5d23b /src/rpc/Cargo.toml
parent9330fd79d3466051394f6d419a247d46da8f5151 (diff)
parente4de7bdfd5e6acc05309f59d7f77755f0807e8e4 (diff)
downloadgarage-d601f311865b8159a7bf1801dd8f43021d0b443b.tar.gz
garage-d601f311865b8159a7bf1801dd8f43021d0b443b.zip
Merge pull request 'split garage_api in garage_api_{common,s3,k2v,admin}' (#947) from split-garage-api into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/947
Diffstat (limited to 'src/rpc/Cargo.toml')
-rw-r--r--src/rpc/Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rpc/Cargo.toml b/src/rpc/Cargo.toml
index acde0911..fcc1c304 100644
--- a/src/rpc/Cargo.toml
+++ b/src/rpc/Cargo.toml
@@ -15,12 +15,10 @@ path = "lib.rs"
[dependencies]
format_table.workspace = true
-garage_db.workspace = true
garage_util.workspace = true
garage_net.workspace = true
arc-swap.workspace = true
-bytes.workspace = true
bytesize.workspace = true
gethostname.workspace = true
hex.workspace = true
@@ -46,9 +44,7 @@ reqwest = { workspace = true, optional = true }
pnet_datalink.workspace = true
futures.workspace = true
-futures-util.workspace = true
tokio.workspace = true
-tokio-stream.workspace = true
opentelemetry.workspace = true
[features]