Fix repository & homepage in Cargo.toml for crates.io

This commit is contained in:
Lachezar Lechev 2020-01-13 12:12:36 +02:00 committed by GitHub
parent 4348974b4a
commit 418c89fe3e
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"
[dependencies]
pulldown-cmark= "0.0.8"