diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4ad535ed..fe768e11 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "tree-sitter-cli" +description = "CLI tool for developing, testing, and using Tree-sitter parsers" version = "0.14.0" authors = ["Max Brunsfeld "] edition = "2018" +license = "MIT" +readme = "README.md" +keywords = ["incremental", "parsing"] +categories = ["command-line-utilities", "parsing"] [[bin]] name = "tree-sitter"