aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2023-10-04 14:29:04 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2023-10-04 14:29:04 +0200
commit0e6205ebcb990fd57f5056c1cf5e9de1487be934 (patch)
treec3c96a45874df6326965e3aada63c9e9184aeb8d /Cargo.toml
parent4a1d56285559545a56cb7c79a0ea1564f01e09e5 (diff)
Update name
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
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"