diff --git a/Cargo.toml b/Cargo.toml index cbae60b..3c0bdac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "rpsl-parser" description = "An RFC 2622 conformant Routing Policy Specification Language (RPSL) parser with a focus on speed and correctness." version = "0.1.3" keywords = ["rpsl", "parser", "routing", "policy", "whois"] -categories = ["database"] +categories = ["parsing", "database"] edition = "2021" authors = ["Marvin Vogt "] license = "MIT"