1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00
helix/helix-syntax/Cargo.toml

15 lines
345 B
INI
Raw Normal View History

[package]
name = "helix-syntax"
version = "0.1.0"
authors = ["Blaž Hrastnik <blaz@mxxn.io>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-09-28 18:00:35 +02:00
tree-sitter = "0.17"
[build-dependencies]
cc = { version = "1", features = ["parallel"] }
rayon = { version = "1.5" }