1
0
This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.

29 lines
616 B
TOML

[package]
name = "tree-sitter-minizinc"
description = "MiniZinc grammar for the tree-sitter parsing library"
version = "0.1.0"
authors = ["Jip J. Dekker <jip@dekker.one>"]
license = "MPL-2.0"
readme = "bindings/rust/README.md"
keywords = ["incremental", "parsing", "minizinc"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/Dekker1/tree-sitter-minizinc"
edition = "2018"
build = "bindings/rust/build.rs"
include = [
"bindings/rust/*",
"grammar.js",
"queries/*",
"src/*",
]
[lib]
path = "bindings/rust/lib.rs"
[dependencies]
tree-sitter = "0.19"
[build-dependencies]
cc = "1.0"