Merge branch 'master' into wasm-language
This commit is contained in:
commit
f4e2f68f14
161 changed files with 10293 additions and 4253 deletions
|
|
@ -9,6 +9,7 @@ readme = "README.md"
|
|||
keywords = ["incremental", "parsing"]
|
||||
categories = ["command-line-utilities", "parsing"]
|
||||
repository = "https://github.com/tree-sitter/tree-sitter"
|
||||
rust-version.workspace = true
|
||||
|
||||
[features]
|
||||
wasm = ["tree-sitter/wasm"]
|
||||
|
|
@ -20,7 +21,8 @@ dirs = "3.0"
|
|||
libloading = "0.7"
|
||||
once_cell = "1.7"
|
||||
regex = "1"
|
||||
serde = { version = "1.0.130", features = ["derive"] }
|
||||
# Due to https://github.com/serde-rs/serde/issues/2538
|
||||
serde = { version = "1.0, < 1.0.172", features = ["derive"] }
|
||||
which = "4.1.0"
|
||||
|
||||
[dependencies.serde_json]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue