diff options
Diffstat (limited to 'just_template/Cargo.toml')
| -rw-r--r-- | just_template/Cargo.toml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/just_template/Cargo.toml b/just_template/Cargo.toml index 1536e0b..c791b43 100644 --- a/just_template/Cargo.toml +++ b/just_template/Cargo.toml @@ -4,10 +4,14 @@ version.workspace = true description.workspace = true authors.workspace = true edition.workspace = true +homepage.workspace = true +repository.workspace = true +license.workspace = true +keywords.workspace = true +categories.workspace = true readme = "README.md" -license = "MIT OR Apache-2.0" -repository = "https://github.com/catilgrass/just_template" +documentation = "https://docs.rs/just_template" [dependencies] just_template_macros.workspace = true |
