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