1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

Unify homepage/repository urls in Cargo manifests (#111)

This commit is contained in:
Francois Stephany
2020-10-03 02:32:01 +02:00
committed by GitHub
parent e3da3094f0
commit 0f7a147323
5 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ authors = [
description = "Protobuf support for Actix web"
readme = "README.md"
keywords = ["actix", "protobuf", "protocol", "rpc"]
homepage = "https://github.com/actix/actix-extras"
homepage = "https://actix.rs"
repository = "https://github.com/actix/actix-extras.git"
license = "MIT OR Apache-2.0"
exclude = [".cargo/config", "/examples/**"]