mirror of
https://github.com/actix/actix-web.git
synced 2024-12-21 23:56:35 +00:00
Merge pull request #1538 from JohnTitor/codegen-meta
Tweak codegen metadata
This commit is contained in:
commit
19967c41cc
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ name = "actix-web-codegen"
|
||||||
version = "0.2.2"
|
version = "0.2.2"
|
||||||
description = "Actix web proc macros"
|
description = "Actix web proc macros"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
homepage = "https://actix.rs"
|
||||||
|
repository = "https://github.com/actix/actix-web"
|
||||||
|
documentation = "https://docs.rs/actix-web-codegen"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
Loading…
Reference in a new issue