aboutsummaryrefslogtreecommitdiff
path: root/src/garage/Cargo.toml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-03-04 18:33:18 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-03-07 17:32:07 +0100
commit8df1e186decdfcc2e59512acda5c09b8162b7b64 (patch)
treec284124f57697a43371465a2e6eb1c452d4b0157 /src/garage/Cargo.toml
parent2ef60b84178ec0d91c5fa534e63ca2b55e51ad67 (diff)
downloadgarage-8df1e186decdfcc2e59512acda5c09b8162b7b64.tar.gz
garage-8df1e186decdfcc2e59512acda5c09b8162b7b64.zip
Functional tests for website endpoints
Diffstat (limited to 'src/garage/Cargo.toml')
-rw-r--r--src/garage/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/garage/Cargo.toml b/src/garage/Cargo.toml
index d6034bbd..463f83e7 100644
--- a/src/garage/Cargo.toml
+++ b/src/garage/Cargo.toml
@@ -55,5 +55,6 @@ netapp = "0.3.0"
[dev-dependencies]
aws-sdk-s3 = "0.6"
http = "0.2"
+hyper = { version = "0.14", features = ["client", "http1", "runtime"] }
static_init = "1.0"