]> git.r.bdr.sh - rbdr/tree-sitter-api-notation/blob - Cargo.toml
3ed407b0d880f2e05ef555febbf839f065ae1ebe
[rbdr/tree-sitter-api-notation] / Cargo.toml
1 [package]
2 name = "tree-sitter-api-notation"
3 description = "api-notation grammar for the tree-sitter parsing library"
4 version = "1.0.0"
5 keywords = ["incremental", "parsing", "api-notation"]
6 categories = ["parsing", "text-editors"]
7 repository = "https://github.com/tree-sitter/tree-sitter-api-notation"
8 edition = "2018"
9 license = "Apache-2.0"
10
11 build = "bindings/rust/build.rs"
12 include = [
13 "bindings/rust/*",
14 "grammar.js",
15 "queries/*",
16 "src/*",
17 ]
18
19 [lib]
20 path = "bindings/rust/lib.rs"
21
22 [dependencies]
23 tree-sitter = "~0.20.10"
24
25 [build-dependencies]
26 cc = "1.0"