QCard 0.1.0

QWERTYCards for the everyman developer.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "QCard"

description = "QWERTYCards for the everyman developer."

version = "0.1.0"

authors = ["Michal S. <me@mchal.lol>"]

edition = "2021"

license = "GPL-3.0-only"



[[bin]]

name = "qcard"

path = "src/main.rs"



[dependencies]

clap = {version = "4.5.21", features = ["derive"]}

clipboard = "0.5.0"

random-string = {version = "1.1.0", features = ["charsets"]}