diff options
author | Alex Auvolat <alex@adnab.me> | 2024-01-15 17:18:46 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-01-15 17:18:46 +0100 |
commit | 7228695ee288012103355589caa1ab5dd666b164 (patch) | |
tree | addbc5e7b504ef6acdc4e56748b963e0dfe60518 /src/garage/Cargo.toml | |
parent | ee7fe27d3d3cc473dcf9a4045b10a957382d4a7b (diff) | |
download | garage-7228695ee288012103355589caa1ab5dd666b164.tar.gz garage-7228695ee288012103355589caa1ab5dd666b164.zip |
config: refactor secret sourcing
Diffstat (limited to 'src/garage/Cargo.toml')
-rw-r--r-- | src/garage/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/garage/Cargo.toml b/src/garage/Cargo.toml index 35d87a3e..00975738 100644 --- a/src/garage/Cargo.toml +++ b/src/garage/Cargo.toml @@ -67,6 +67,7 @@ chrono = "0.4" http = "0.2" hmac = "0.12" hyper = { version = "0.14", features = ["client", "http1", "runtime"] } +mktemp = "0.5" sha2 = "0.10" static_init = "1.0" |