Skip to content

Commit

Permalink
Remove keyword in Cargo.toml causing error
Browse files Browse the repository at this point in the history
  • Loading branch information
ricvelozo committed Dec 21, 2018
1 parent f4409a9 commit bd06b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Parse and generate random CPF/ICN and CNPJ, Brazil's ID numbers.
edition = "2018"
repository = "https://gitlab.com/ricvelozo/brids-rs"
documentation = "https://docs.rs/brids"
keywords = ["parser", "format", "validation", "cpf", "cnpj", "serde"]
keywords = ["parser", "format", "validation", "cpf", "cnpj"]
categories = ["parser-implementations", "value-formatting"]
readme = "README.md"

Expand Down

0 comments on commit bd06b6d

Please sign in to comment.