cargo: add repo and homepage metadata
This commit is contained in:
parent
0ddcd24f33
commit
339c6e4f25
|
@ -5,6 +5,8 @@ authors = ["Antoine Martin <antoine@alarsyo.net>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "Apache-2.0 OR MIT"
|
license = "Apache-2.0 OR MIT"
|
||||||
description = "A Git mirroring daemon"
|
description = "A Git mirroring daemon"
|
||||||
|
homepage = "https://github.com/alarsyo/lohr"
|
||||||
|
repository = "https://github.com/alarsyo/lohr"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue