aboutsummaryrefslogtreecommitdiff
path: root/src/garage/Cargo.toml
diff options
context:
space:
mode:
authorJill <kokakiwi@deuxfleurs.fr>2022-02-04 17:55:54 +0100
committerJill <kokakiwi@deuxfleurs.fr>2022-02-10 17:55:50 +0100
commitd7decda3f4423602e2a8064fa398181736b3a3ab (patch)
treef8b8ee686989bc987e036d47a897864016c7656e /src/garage/Cargo.toml
parentcd13ea461b5e6011ddda28c4923260315d67482a (diff)
downloadgarage-d7decda3f4423602e2a8064fa398181736b3a3ab.tar.gz
garage-d7decda3f4423602e2a8064fa398181736b3a3ab.zip
garage(tests): Add random suffix to created buckets.
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..eaf35358 100644
--- a/src/garage/Cargo.toml
+++ b/src/garage/Cargo.toml
@@ -56,4 +56,5 @@ netapp = "0.3.0"
aws-sdk-s3 = "0.6"
http = "0.2"
+rand = "0.8"
static_init = "1.0"