Skip to content

Commit

Permalink
Fix Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
poliorcetics committed Oct 14, 2020
1 parent ca601e1 commit 2f14e62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ authors = ["Alexis Bourget <[email protected]>"]
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
Expand Down

0 comments on commit 2f14e62

Please sign in to comment.