2020-09-09 07:41:12 +02:00
|
|
|
[package]
|
|
|
|
name = "helix-syntax"
|
2021-06-07 02:14:06 +02:00
|
|
|
version = "0.0.9"
|
2020-09-09 07:41:12 +02:00
|
|
|
authors = ["Blaž Hrastnik <blaz@mxxn.io>"]
|
|
|
|
edition = "2018"
|
2021-05-10 18:42:34 +02:00
|
|
|
license = "MPL-2.0"
|
2020-09-09 07:41:12 +02:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2021-04-08 16:18:25 +02:00
|
|
|
tree-sitter = "0.19"
|
2021-03-25 07:26:25 +01:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2020-09-09 07:41:12 +02:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
cc = { version = "1", features = ["parallel"] }
|
2021-02-24 05:13:49 +01:00
|
|
|
threadpool = { version = "1.0" }
|