aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 8dec9246b3b78604a60cf1c1ec5191cc5cd9bc74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"