Skip to content

Commit 2f14e62

Browse files
committed
Fix Cargo.toml
1 parent ca601e1 commit 2f14e62

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ authors = ["Alexis Bourget <[email protected]>"]
55
edition = "2018"
66
description = "A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate."
77
license = "MIT"
8-
license-file = "LICENSE"
98
documentation = "https://github.com/poliorcetics/cargo-intraconv"
109
homepage = "https://github.com/poliorcetics/cargo-intraconv"
1110
repository = "https://github.com/poliorcetics/cargo-intraconv"
1211
readme = "README.md"
13-
keywords = ["intra-doc links", "pattern", "documentation"]
12+
keywords = ["intra-doc-links", "documentation"]
1413
categories = ["command-line-utilities", "development-tools", "development-tools::cargo-plugins"]
1514

1615
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)