From 2cdd997f7eb5fcb47b1c9961d5a42315748d878d Mon Sep 17 00:00:00 2001 From: User <53880692+hhamud@users.noreply.github.com> Date: Sun, 27 Aug 2023 21:36:07 +0100 Subject: [PATCH] fix: update cargo.toml file --- .gitignore | 1 + Cargo.toml | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7d637a0..a809153 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ yarn-error.log* .eslintcache build/ +target/ diff --git a/Cargo.toml b/Cargo.toml index 4e6107d..7726040 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,9 +4,10 @@ description = "noir grammar for the tree-sitter parsing library" version = "0.0.1" keywords = ["incremental", "parsing", "noir"] categories = ["parsing", "text-editors"] -repository = "https://github.com/tree-sitter/tree-sitter-noir" +repository = "https://github.com/hhamud/tree-sitter-noir" edition = "2018" -license = "MIT" +license = "gpl-3.0" +license-file = "LICENSE" build = "bindings/rust/build.rs" include = [