Skip to content

Commit

Permalink
update: cargo files
Browse files Browse the repository at this point in the history
  • Loading branch information
luckasRanarison committed Aug 19, 2023
1 parent d879676 commit 62dfb6d
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 7 deletions.
80 changes: 80 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
[package]
name = "tree-sitter-hypr"
description = "hypr grammar for the tree-sitter parsing library"
version = "0.0.1"
version = "1.0.0"
keywords = ["incremental", "parsing", "hypr"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-hypr"
edition = "2018"
license = "MIT"

build = "bindings/rust/build.rs"
include = [
"bindings/rust/*",
"grammar.js",
"queries/*",
"src/*",
]
include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]

[lib]
path = "bindings/rust/lib.rs"
Expand Down

0 comments on commit 62dfb6d

Please sign in to comment.