aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
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"