helix-mods/helix-syntax/Cargo.toml

22 lines
577 B
TOML
Raw Normal View History

[package]
name = "helix-syntax"
2021-08-14 06:31:23 +02:00
version = "0.4.1"
authors = ["Blaž Hrastnik <blaz@mxxn.io>"]
edition = "2018"
2021-05-10 18:42:34 +02:00
license = "MPL-2.0"
description = "Tree-sitter grammars support"
categories = ["editor"]
repository = "https://github.com/helix-editor/helix"
homepage = "https://helix-editor.com"
include = ["src/**/*", "languages/**/*", "build.rs", "!**/docs/**/*", "!**/test/**/*", "!**/examples/**/*", "!**/build/**/*"]
[dependencies]
2021-04-08 16:18:25 +02:00
tree-sitter = "0.19"
libloading = "0.7"
anyhow = "1"
[build-dependencies]
cc = { version = "1" }
threadpool = { version = "1.0" }
anyhow = "1"