diff --git a/boa_cli/Cargo.toml b/boa_cli/Cargo.toml index cbce965cfb1..d61273946b6 100644 --- a/boa_cli/Cargo.toml +++ b/boa_cli/Cargo.toml @@ -6,7 +6,7 @@ rust-version = "1.60" authors = ["boa-dev"] description = "Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language." repository = "https://github.com/boa-dev/boa" -keywords = ["javascript", "compiler", "lexer", "parser", "js", "cli"] +keywords = ["javascript", "compiler", "js", "cli"] categories = ["command-line-utilities"] license = "Unlicense/MIT" default-run = "boa"