From 63ffb408d94143f0de60570df1378fa18ebde967 Mon Sep 17 00:00:00 2001
From: HampusM <hampus@hampusmat.com>
Date: Wed, 20 Jul 2022 13:15:38 +0200
Subject: chore: add repository & keywords to Cargo manifests

---
 syrette/Cargo.toml        | 2 ++
 syrette_macros/Cargo.toml | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/syrette/Cargo.toml b/syrette/Cargo.toml
index b8ea0b3..2add8be 100644
--- a/syrette/Cargo.toml
+++ b/syrette/Cargo.toml
@@ -4,6 +4,8 @@ version = "0.1.0"
 license = "LGPL-2.1"
 authors = ["HampusM <hampus@hampusmat.com>"]
 description = "The convenient dependency injection library"
+repository = "https://git.hampusmat.com/syrette"
+keywords = ["DI", "dependency-injection", "ioc", "inversion-of-control"]
 edition = "2021"
 
 [dependencies]
diff --git a/syrette_macros/Cargo.toml b/syrette_macros/Cargo.toml
index a6966f0..74b4f91 100644
--- a/syrette_macros/Cargo.toml
+++ b/syrette_macros/Cargo.toml
@@ -4,6 +4,8 @@ version = "0.1.0"
 license = "LGPL-2.1"
 authors = ["HampusM <hampus@hampusmat.com>"]
 description = "Macros for Syrette, the convenient dependency injection library"
+repository = "https://git.hampusmat.com/syrette"
+keywords = ["DI", "dependency-injection", "ioc", "inversion-of-control"]
 edition = "2021"
 
 [lib]
-- 
cgit v1.2.3-18-g5258