Fix Cargo manifest

This commit is contained in:
Bruno BELANYI 2022-06-03 22:29:32 +02:00
parent efe0a2800b
commit c4af009a8d
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
[package]
name = "tree-sitter-tiger"
description = "tiger grammar for the tree-sitter parsing library"
description = "Tiger grammar for the tree-sitter parsing library"
version = "0.0.1"
keywords = ["incremental", "parsing", "tiger"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-tiger"
repository = "https://gitea.belanyi.fr/ambroisie/tree-sitter-tiger"
edition = "2018"
license = "MIT"