Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ci.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Required fields
crate_name = "qrx" # name in Cargo.toml [package].name
binary_name = "qrx" # name of the compiled binary
# pkgdesc = "One-line description of what this tool does"
crate_name = "qrx" # name for crates.io
binary_name = "qrx" # name for the binary
pkgdesc = "CLI tool to capture a screen region, decode any QR code found, and copy the result to clipboard."

# AUR / NUR: space-separated runtime dependencies
# aur_depends = "'glibc' 'openssl'"
Expand Down