From 348e190427c28d3985ad4c8453eeb2fdee5d4d22 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Thu, 26 Jun 2025 16:02:05 +0530 Subject: Add package details in Cargo.toml --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 76c96ac..7537a46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,3 +2,10 @@ name = "palpad" version = "0.1.0" edition = "2021" +license = "MIT" +description = "A really simple static site generator" +homepage = "https://git.spacejunk.sh/palpad.git" +repository = "https://git.spacejunk.sh/palpad.git" +readme = "README.md" + + -- cgit