diff options
author | HampusM <hampus@hampusmat.com> | 2022-07-20 13:15:38 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-07-20 13:15:38 +0200 |
commit | 63ffb408d94143f0de60570df1378fa18ebde967 (patch) | |
tree | c4f9667c11ea591bb3edacc9c729cb76463f2fe2 /syrette_macros | |
parent | 5c80537c9a897ef01f8a5e0845e5970b75f2372d (diff) |
chore: add repository & keywords to Cargo manifests
Diffstat (limited to 'syrette_macros')
-rw-r--r-- | syrette_macros/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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] |