mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-11-21 10:45:55 +02:00
Fix repository & homepage in Cargo.toml for crates.io
This commit is contained in:
parent
4348974b4a
commit
418c89fe3e
@ -2,6 +2,8 @@
|
|||||||
name = "awesome-rust"
|
name = "awesome-rust"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = []
|
authors = []
|
||||||
|
homepage = "https://github.com/rust-unofficial/awesome-rust"
|
||||||
|
repository = "https://github.com/rust-unofficial/awesome-rust"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
pulldown-cmark= "0.0.8"
|
pulldown-cmark= "0.0.8"
|
||||||
|
Loading…
Reference in New Issue
Block a user