Skip to content

Commit

Permalink
Add Cargo metadata (#82)
Browse files Browse the repository at this point in the history
* Add Cargo `license` metadata

See documentation at <https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields>.

* Add Cargo `keywords` metadata

See documentation at <https://doc.rust-lang.org/cargo/reference/manifest.html#the-keywords-field>.

* Add Cargo `categories` metadata

See documentation at <https://doc.rust-lang.org/cargo/reference/manifest.html#the-categories-field>.

* Add Cargo `readme` metadata

See documentation at <https://doc.rust-lang.org/cargo/reference/manifest.html#the-readme-field>.
  • Loading branch information
lafrenierejm committed Dec 24, 2023
1 parent 8a7627c commit 6b3d1aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ version = "0.1.7"
edition = "2021"
repository = "https://github.com/sirwart/ripsecrets"
homepage = "https://github.com/sirwart/ripsecrets"
license = "MIT"
readme = "README.md"
keywords = ["security", "secret", "search"]
categories = ["command-line-utilities", "text-processing"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 6b3d1aa

Please sign in to comment.