aboutsummaryrefslogtreecommitdiff
path: root/ext/otp-cache/Cargo.toml
blob: 85f9cedd45d5d138ffc9b173983e229f47d5adf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 <robin.krahl@ireas.org>"]
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"