From 1b87d1f401fcbbc331109ae12e531f9c4bc3508f Mon Sep 17 00:00:00 2001 From: x71c9 <108585118+x71c9@users.noreply.github.com> Date: Tue, 30 Jun 2026 15:09:53 +0200 Subject: [PATCH] chore: add description in ci.toml --- ci.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci.toml b/ci.toml index bd2aea3..7fa16c4 100644 --- a/ci.toml +++ b/ci.toml @@ -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'"