Skip to content

Commit

Permalink
Add keywords to Cargo package manifest
Browse files Browse the repository at this point in the history
This was recommended by `lib.rs`'s maintainer dashboard, and it's
actually a good idea for making the crate more discoverable, I think.
  • Loading branch information
AlexTMjugador committed Nov 28, 2024
1 parent ca05d99 commit e638807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
authors = ["Joshua Holmer <[email protected]>"]
categories = ["command-line-utilities", "compression"]
description = "A lossless PNG compression optimizer"
keywords = ["png", "image-compression", "optimization", "multi-threading", "lossless"]
documentation = "https://docs.rs/oxipng"
edition = "2021"
exclude = [
Expand Down

0 comments on commit e638807

Please sign in to comment.