diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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" |