Commit
Message
Changed Files (2)
-
modified CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d8f009..25c9243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ ### 📚 Documentation - Fix main repo url +- Add repo url & doc url to Cargo metadata ## [0.2.0] - 2026-05-31 ### 🚀 Features -
modified Cargo.toml
diff --git a/Cargo.toml b/Cargo.toml index 3a35fa5..975e8a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "abbaye" version = "0.2.0" authors = ["ololduck <ololduck@vit.am>"] +documentation = "http://vit.am/~ololduck/abbaye/latest/" +repository = "https://git.sr.ht/~ololduck/abbaye" license = "AGPL-3.0-or-later" edition = "2024" publish = false