aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2020-10-06 22:38:10 -0700
committerDaniel Mueller <deso@posteo.net>2020-10-11 17:07:08 -0700
commited59adcc9280d937f0f6f3627104597681ce7347 (patch)
tree66c686434e4b946d0e546d21aa8adc8ea15b7409 /Cargo.lock
parentf65b150049ec9dc5ff2500d7e54c464d530f2e66 (diff)
downloadnitrocli-ed59adcc9280d937f0f6f3627104597681ce7347.tar.gz
nitrocli-ed59adcc9280d937f0f6f3627104597681ce7347.tar.bz2
Add otp-cache extension
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 506ffec..d8a1a14 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -223,6 +223,18 @@ dependencies = [
]
[[package]]
+name = "nitrocli-otp-cache"
+version = "0.1.0"
+dependencies = [
+ "anyhow",
+ "directories",
+ "nitrokey",
+ "serde",
+ "structopt",
+ "toml",
+]
+
+[[package]]
name = "nitrokey"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"