aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-08-21 14:34:56 +0200
committerHampusM <hampus@hampusmat.com>2022-08-21 18:17:51 +0200
commit10d03ace1faf647c0f26b8f13893d26cd0d7d85e (patch)
treef46aca320ff1a55deed1caa62d58a6990a95f362 /macros/Cargo.toml
parent8c66b98bca6ed0a2990903fe8e0ea72def5c7be8 (diff)
docs: change project descriptions to describe it as a framework
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index 73f583d..cfb9afa 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -3,9 +3,9 @@ name = "syrette_macros"
version = "0.2.1"
license = "MIT OR Apache-2.0"
authors = ["HampusM <hampus@hampusmat.com>"]
-description = "Macros for Syrette, the convenient dependency injection library"
+description = "Macros for Syrette, the convenient dependency injection framework"
repository = "https://git.hampusmat.com/syrette"
-keywords = ["DI", "dependency-injection", "ioc", "inversion-of-control"]
+keywords = ["di", "dependency-injection", "ioc", "inversion-of-control"]
edition = "2021"
[lib]