Skip to content

Commit

Permalink
Remove redundant links from Cargo.toml
Browse files Browse the repository at this point in the history
Docs will be linked by crates.io automatically, homepage was redundant
with repository.
  • Loading branch information
jplatte committed Aug 15, 2023
1 parent 54158ab commit dfb3b99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ edition = "2018"
rust-version = "1.56"
license = "MIT OR Apache-2.0"
description = "heck is a case conversion library."
homepage = "https://github.com/withoutboats/heck"
repository = "https://github.com/withoutboats/heck"
documentation = "https://docs.rs/heck"
keywords = ["string", "case", "camel", "snake", "unicode"]
categories = ["no-std"]
readme = "README.md"
Expand Down

0 comments on commit dfb3b99

Please sign in to comment.