feat: 1.0 release

This commit is contained in:
Elias Renman
2024-02-12 19:41:59 +01:00
commit d1b833f24c
8 changed files with 1489 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "qr-code"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
arboard = {version = "3.3.0", features = ["wayland-data-control"]}
clap = { version = "4.0", features = ["derive"] }
image = "0.24.7"
qrcode = "0.13.0"
strum_macros = "0.25.3"