Skip to content

Commit

Permalink
Update Cargo.toml with author, description, license, repository, cate…
Browse files Browse the repository at this point in the history
…gories, keywords, and readme links
  • Loading branch information
shubhexists committed Dec 23, 2023
1 parent c375352 commit 49d44f2
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
name = "vault"
version = "1.2.1"
edition = "2021"
authors = [
"Shubham singh <github: github.com/shubhexists>",
"Sahaj <github: github.com/itsDrac>"
]
about = "A simplified version control system built in Rust for local files, quite similar to how git functions."
author = "Shubham singh <github: github.com/shubhexists>"
description = "A simplified version control system built in Rust for local files, quite similar to how git functions."
license = "MIT"
license-file = "LICENSE"
repository = "https://github.com/shubhexists/vault"
categories = ["cli", "version-control", "git","command-line-utilities"]
keywords = ["cli", "version-control", "git","command-line-utilities"]
readme = "https://github.com/shubhexists/vault?tab=readme-ov-file#vault"

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

Expand Down

0 comments on commit 49d44f2

Please sign in to comment.