feat: add fast-qr

This commit is contained in:
2022-11-20 20:36:56 +08:00
parent 3a4d6b2d62
commit 8979029e29
4 changed files with 163 additions and 1 deletions

10
__misc/fastqr/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "fastqr"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
fast_qr = "0.6.1"