chore: update bindings & ci workflow

This commit is contained in:
Amaan Qureshi
2023-06-19 02:15:41 -04:00
committed by Michael Hoffmann
parent 5160a52f2d
commit b553906543
5 changed files with 7 additions and 28 deletions

View File

@@ -9,18 +9,13 @@ edition = "2018"
license = "Apache"
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"
[dependencies]
tree-sitter = "~0.20"
tree-sitter = "~0.20.10"
[build-dependencies]
cc = "1.0"