Skip to content

Commit

Permalink
chore: made Cargo.toml and readme less CLI-centric (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
Enyium authored Sep 30, 2024
1 parent 0a14f07 commit 70ff8bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
name = "update-informer"
version = "1.1.0" # managed by release.sh
authors = ["Mikhail Grachev <work@mgrachev.com>"]
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"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 70ff8bc

Please sign in to comment.