From aff6cec65046727dfcaf2dc697fa2f986b8de21a Mon Sep 17 00:00:00 2001
From: Louis <contact@louiscap.co>
Date: Sun, 4 May 2025 08:01:17 +0100
Subject: [PATCH] Add repostiory to Cargo.toml

---
 Cargo.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Cargo.toml b/Cargo.toml
index aa0dfe1..8161533 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ authors = [
 ]
 description = "Relationship based component value tweening for Bevy projects"
 license = "Apache-2.0"
+repository = "https://weirdboi.dev/libraries/weirdboi-tween"
 
 [features]
 default = ["bevy_defaults"]
-- 
GitLab