feat: add external vcard-cli

This commit is contained in:
2022-11-20 20:39:30 +08:00
parent 8979029e29
commit 820417832b
10 changed files with 1819 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
[package]
name = "vcard-qr"
author = "SomewhereOutInSpace"
version = "1.0.0"
edition = "2021"
description = "Generate basic VCard QR codes from the command line."
repository = "https://github.com/SomewhereOutInSpace/vcard-qr"
readme = "README.md"
license = "GPL 3.0"
[dependencies]
anyhow = "1.0.66"
clap = { version = "4.0.19", features = ["derive"] }
dialoguer = "0.10.2"
qrcode-generator = "4.1.6"