Skip to content

Commit

Permalink
feat: add metadata to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Kasten committed Oct 27, 2022
1 parent 488c49c commit aad71a0
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 = "pipfile-diff"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"

categories = ["command-line-utilities", "development-tools"]
description = "Command line utility to create a diff of Pipfile.lock"
keywords = ["python", "pipenv", "git"]

authors = ["Markus Kasten <github@markuskasten.eu>"]
repository = "https://github.com/markus-k/pipfile-diff"

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

Expand Down

0 comments on commit aad71a0

Please sign in to comment.