aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2024-01-06 20:06:10 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2024-01-06 20:07:30 +0100
commit398747690e2574ab5a9e4b4233825d2ee7097359 (patch)
tree5bbf04e507f6b1e6bc2f3ff783aa9221852ddd81 /Cargo.lock
parent7559f8ba797fde5744ff33f8e855d32eb8e6233b (diff)
export-pass: provide hex encoded output
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2db0b9c..ff2ca7d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -316,6 +316,7 @@ version = "0.1.0-dev"
dependencies = [
"clap",
"hbak_common",
+ "hex",
"rpassword",
]
@@ -347,6 +348,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
+name = "hex"
+version = "0.4.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
+
+[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"