pophilpo/image-resize

Publish as CLI crate

Opened this issue · 0 comments

It would be interesting to be able to cargo install imres straight off crates.io. Crates.io provides the command-line-utility category for use in Cargo.toml.

Something like:

[package]
name = "imres"
version = "0.1.0"
edition = "2021"
description = "A tool that resizes images that are over 1 MB"
homepage = "https://github.com/pophilpo/image-resize"
repository = "https://github.com/pophilpo/image-resize"
authors = ["..."]
# keywords = ["images", "resizing"]
categories = ["command-line-utilities"]
readme = "README.md"
# license = "..."