Skip to content

Commit

Permalink
Add repository link in strum crate Cargo.toml (#90)
Browse files Browse the repository at this point in the history
* Add repository link in strum crate Cargo.toml

Having a repository link provides a helpful backlink to the crate in docs.rs

* Remove extra space character
  • Loading branch information
casey authored May 8, 2020
1 parent fd96b62 commit a20ee16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions strum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ categories = ["development-tools::procedural-macro-helpers", "parsing"]

documentation = "https://docs.rs/strum"
homepage = "https://github.com/Peternator7/strum"
repository = "https://github.com/Peternator7/strum"
readme = "../README.md"

[dependencies]
Expand Down

0 comments on commit a20ee16

Please sign in to comment.