aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 8315b8f1b827a95709d1574d972762660836afcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "nitrocli-otp-qr"
version = "0.1.0"
authors = ["Robin Krahl <robin.krahl@ireas.org>"]
edition = "2018"
repository = "https://git.ireas.org/nitrocli-otp-qr/"
description = "Read OTP configuration from a QR code and store it on a Nitrokey device"
keywords = ["nitrokey", "otp", "qr"]
readme = "README.md"
license = "MIT"

[dependencies]
argparse = "0.2"
mktemp = "0.3"