From 70ff8bc4ad3733204ebdc3a813f354088ae39161 Mon Sep 17 00:00:00 2001 From: Enyium <123484196+Enyium@users.noreply.github.com> Date: Mon, 30 Sep 2024 18:30:16 +0200 Subject: [PATCH] chore: made Cargo.toml and readme less CLI-centric (#145) --- Cargo.toml | 6 +++--- README.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7d439c6..d440d6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,16 +2,16 @@ name = "update-informer" version = "1.1.0" # managed by release.sh authors = ["Mikhail Grachev "] -categories = ["command-line-interface"] +categories = ["web-programming", "caching"] documentation = "https://docs.rs/update-informer" edition = "2021" homepage = "https://github.com/mgrachev/update-informer" include = ["/src", "README.md"] -keywords = ["cli", "update", "informer", "notifier", "github"] +keywords = ["update", "version-check", "notifier", "github", "cli"] license = "MIT" readme = "README.md" repository = "https://github.com/mgrachev/update-informer" -description = "Update informer for CLI applications" +description = "Easily implement update checks for your application" [package.metadata.docs.rs] features = ["crates", "github", "npm", "pypi"] diff --git a/README.md b/README.md index e6d98e9..2cc03e7 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ alt="update-informer" src="https://raw.githubusercontent.com/mgrachev/update-informer/main/logo.svg?sanitize=true"> -Update informer for CLI applications written in Rust 🦀 +Update informer for applications written in Rust 🦀 -It checks for a new version on Crates.io, GitHub, Npm and PyPI 🚀 +It checks for a new version on Crates.io, GitHub, Npm and PyPI. 🚀 ## Benefits