From 2f14e627a0737e36dc114690153f8bd83ce1c76d Mon Sep 17 00:00:00 2001 From: Alexis Bourget Date: Wed, 14 Oct 2020 19:30:18 +0200 Subject: [PATCH] Fix Cargo.toml --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index de47dac..48e81eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,12 +5,11 @@ authors = ["Alexis Bourget "] edition = "2018" description = "A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate." license = "MIT" -license-file = "LICENSE" documentation = "https://github.com/poliorcetics/cargo-intraconv" homepage = "https://github.com/poliorcetics/cargo-intraconv" repository = "https://github.com/poliorcetics/cargo-intraconv" readme = "README.md" -keywords = ["intra-doc links", "pattern", "documentation"] +keywords = ["intra-doc-links", "documentation"] categories = ["command-line-utilities", "development-tools", "development-tools::cargo-plugins"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html