diff --git a/Cargo.toml b/Cargo.toml index 4af3b55..a8569b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,11 +2,14 @@ name = "vault" version = "1.2.1" edition = "2021" -authors = [ - "Shubham singh ", - "Sahaj " -] -about = "A simplified version control system built in Rust for local files, quite similar to how git functions." +author = "Shubham singh " +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