From 42169d8456b493b6edc547610208cfe7bd2d6344 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 7 Jan 2019 19:19:13 +0000 Subject: Create basic project skeleton --- Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..bd186ec --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "nitrocli-otp-qr" +version = "0.1.0" +authors = ["Robin Krahl "] +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] -- cgit v1.2.1