From f7ad95a44c27fd6e1ac775aee3a8974aa9f91e98 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sat, 30 Apr 2022 18:57:16 +0100 Subject: [PATCH] [v0.1.0] - Update metadata --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1fcc437..36f324b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,11 +3,11 @@ name = "mdbook-template" version = "0.1.0" edition = "2021" authors = ["Goudham Suresh "] -description = "A mdbook preprocessor that allows the re-usability of template files with variable arguments" +description = "A mdbook preprocessor that allows the re-usability of template files with dynamic arguments" license = "MIT" readme = "README.md" repository = "https://github.com/sgoudham/mdbook-template" -keywords = ["mdbook", "markdown", "template", "design", "ui"] +keywords = ["mdbook", "markdown", "template", "preprocessor", "plugin"] exclude = [".github/**", "examples"] [[bin]]