mirror of
https://github.com/eliasrenman/qr-cli.git
synced 2026-03-16 20:46:07 +01:00
feat: 1.0 release
This commit is contained in:
13
Cargo.toml
Normal file
13
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user