From 58c41c88a7b648632aa1047753bf8b469a97e12e Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 5 Feb 2019 12:22:02 -0800 Subject: [PATCH] cli: add missing cargo metadata --- cli/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) 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"