aboutsummaryrefslogtreecommitdiff
path: root/src/util/Cargo.toml
diff options
context:
space:
mode:
authorFelix Scheinost <fesc@symentis.com>2023-01-07 13:49:15 +0100
committerFelix Scheinost <fesc@symentis.com>2023-01-07 14:19:36 +0100
commitd6ea0cbefa6dcf89ea30e1cd2d36854d8160d6b1 (patch)
treedf97687c1d4b73ec40fe0dd27a3a6a417b483fba /src/util/Cargo.toml
parent7b62fe3f0b1dcb336f153e54e72d8587292aa01b (diff)
downloadgarage-d6ea0cbefa6dcf89ea30e1cd2d36854d8160d6b1.tar.gz
garage-d6ea0cbefa6dcf89ea30e1cd2d36854d8160d6b1.zip
Add tests for `rpc_secret_file`
Diffstat (limited to 'src/util/Cargo.toml')
-rw-r--r--src/util/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/Cargo.toml b/src/util/Cargo.toml
index 32e9c851..1017b1ce 100644
--- a/src/util/Cargo.toml
+++ b/src/util/Cargo.toml
@@ -47,6 +47,8 @@ hyper = "0.14"
opentelemetry = { version = "0.17", features = [ "rt-tokio", "metrics", "trace" ] }
+[dev-dependencies]
+mktemp = "0.4"
[features]
k2v = []