From 0c3688201986f233d12334edf91a1d8660b8fb9c Mon Sep 17 00:00:00 2001 From: bahdotsh Date: Sat, 29 Mar 2025 13:08:03 +0530 Subject: [PATCH] updated cargo.toml --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f1e8e1b..874fbda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,11 @@ name = "wrkflw" version = "0.1.0" edition = "2021" description = "A GitHub Actions workflow validator and executor" -authors = ["Your Name "] +documentation = "https://github.com/bahdotsh/wrkflw" +homepage = "https://github.com/bahdotsh/wrkflw" +repository = "https://github.com/bahdotsh/wrkflw" +keywords = ["workflows", "github", "local"] +categories = ["command-line-utilities", "github"] license = "MIT" [dependencies]