mirror of https://github.com/rwf2/Rocket.git
Limit keywords for crates.io.
This commit is contained in:
parent
a94fcf41db
commit
2a1426779c
|
@ -7,7 +7,7 @@ documentation = "https://api.rocket.rs/rocket_codegen/"
|
|||
homepage = "https://rocket.rs"
|
||||
repository = "https://github.com/SergioBenitez/Rocket"
|
||||
readme = "../README.md"
|
||||
keywords = ["rocket", "web", "framework", "codegen", "code", "generation"]
|
||||
keywords = ["rocket", "web", "framework", "code", "generation"]
|
||||
license = "MIT/Apache-2.0"
|
||||
|
||||
[lib]
|
||||
|
|
Loading…
Reference in New Issue