aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]