diff options
author | Alex Auvolat <lx@deuxfleurs.fr> | 2025-01-31 19:12:05 +0100 |
---|---|---|
committer | Alex Auvolat <lx@deuxfleurs.fr> | 2025-01-31 19:12:51 +0100 |
commit | d18c5ad0ffc9ffe3ec38d234445ef1a826a57e67 (patch) | |
tree | 3c9a984177a5f69ffea084ac584eadb16ac644ee /src/garage/Cargo.toml | |
parent | 3d5e9a027e67a924edffe300e06122cc4a24e02d (diff) | |
download | garage-d18c5ad0ffc9ffe3ec38d234445ef1a826a57e67.tar.gz garage-d18c5ad0ffc9ffe3ec38d234445ef1a826a57e67.zip |
fix 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 c4f61da5..c036f000 100644 --- a/src/garage/Cargo.toml +++ b/src/garage/Cargo.toml @@ -59,6 +59,8 @@ opentelemetry-otlp = { workspace = true, optional = true } syslog-tracing = { workspace = true, optional = true } [dev-dependencies] +garage_api_common.workspace = true + aws-sdk-s3.workspace = true chrono.workspace = true http.workspace = true |