Skip to content

Commit

Permalink
Add meta-data to Cargo.toml for crates.io
Browse files Browse the repository at this point in the history
Add meta-data to Cargo.toml for crates.io so that when I publish there
it will have useful meta-data to go off of.

<!-- ps-id: 62ad46e2-8e11-405d-9419-4eea3b3b2c4b -->
  • Loading branch information
drewdeponte committed Mar 22, 2023
1 parent b68fdef commit 8ebfc0a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
name = "gps"
version = "6.6.0"
edition = "2018"
license-file = "LICENSE"
description = "Official CLI & library for Git Patch Stack"
homepage = "https://git-ps.sh"
documentation = "https://book.git-ps.sh"
repository = "https://github.com/uptech/git-ps-rs"
readme = "README.md"
keywords = ["git", "development", "tools"]
categories = ["command-line-utilities", "library", "development-tools"]

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

Expand Down

0 comments on commit 8ebfc0a

Please sign in to comment.