From 0e6205ebcb990fd57f5056c1cf5e9de1487be934 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 4 Oct 2023 14:29:04 +0200 Subject: Update name --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 90deb28..46c2966 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] -name = "tree-sitter-apinotation" -description = "apinotation grammar for the tree-sitter parsing library" +name = "tree-sitter-api-notation" +description = "api-notation grammar for the tree-sitter parsing library" version = "0.0.1" -keywords = ["incremental", "parsing", "apinotation"] +keywords = ["incremental", "parsing", "api-notation"] categories = ["parsing", "text-editors"] -repository = "https://github.com/tree-sitter/tree-sitter-apinotation" +repository = "https://github.com/tree-sitter/tree-sitter-api-notation" edition = "2018" license = "MIT" -- cgit