From ed59adcc9280d937f0f6f3627104597681ce7347 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Tue, 6 Oct 2020 22:38:10 -0700 Subject: Add otp-cache extension --- ext/otp-cache/Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ext/otp-cache/Cargo.toml (limited to 'ext/otp-cache/Cargo.toml') diff --git a/ext/otp-cache/Cargo.toml b/ext/otp-cache/Cargo.toml new file mode 100644 index 0000000..85f9ced --- /dev/null +++ b/ext/otp-cache/Cargo.toml @@ -0,0 +1,16 @@ +# Copyright (C) 2020 The Nitrocli Developers +# SPDX-License-Identifier: GPL-3.0-or-later + +[package] +name = "nitrocli-otp-cache" +version = "0.1.0" +authors = ["Robin Krahl "] +edition = "2018" + +[dependencies] +anyhow = "1" +directories = "3" +nitrokey = "0.7.1" +serde = { version = "1", features = ["derive"] } +structopt = { version = "0.3.17", default-features = false } +toml = "0.5" -- cgit v1.2.3