aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-07-20 13:15:38 +0200
committerHampusM <hampus@hampusmat.com>2022-07-20 13:15:38 +0200
commit63ffb408d94143f0de60570df1378fa18ebde967 (patch)
treec4f9667c11ea591bb3edacc9c729cb76463f2fe2
parent5c80537c9a897ef01f8a5e0845e5970b75f2372d (diff)
chore: add repository & keywords to Cargo manifests
-rw-r--r--syrette/Cargo.toml2
-rw-r--r--syrette_macros/Cargo.toml2
2 files changed, 4 insertions, 0 deletions
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]