Merge pull request #796 from elpiel/patch-2

Fix repository & homepage in Cargo.toml for crates.io
This commit is contained in:
Tom Parker-Shemilt 2020-01-29 12:56:16 +00:00 committed by GitHub
commit 6b69fd8e04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,8 @@
name = "awesome-rust"
version = "0.1.0"
authors = []
homepage = "https://github.com/rust-unofficial/awesome-rust"
repository = "https://github.com/rust-unofficial/awesome-rust"
edition = "2018"
[dependencies]