diff options
author | Aaditya Dhruv <[email protected]> | 2025-06-26 16:02:05 +0530 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2025-06-26 16:02:47 +0530 |
commit | 348e190427c28d3985ad4c8453eeb2fdee5d4d22 (patch) | |
tree | 256f1cde49ab75fde05cc425ae9ea47ba30dfdd5 /Cargo.toml | |
parent | 46d22e77d458b1e5cd9a9b17df67c63849574a95 (diff) |
Add package details in Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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" + + |