Skip to content

Commit

Permalink
fix: update cargo.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
hhamud committed Aug 27, 2023
1 parent 36ce23d commit 2cdd997
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ yarn-error.log*
.eslintcache

build/
target/
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 2cdd997

Please sign in to comment.