mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
32 lines
701 B
TOML
32 lines
701 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
keywords.workspace = true
|
|
categories.workspace = true
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
anstyle.workspace = true
|
|
anyhow.workspace = true
|
|
bindgen = { version = "0.72.1" }
|
|
clap.workspace = true
|
|
etcetera.workspace = true
|
|
indoc.workspace = true
|
|
notify = "8.2.0"
|
|
notify-debouncer-full = "0.7.0"
|
|
regex.workspace = true
|
|
schemars.workspace = true
|
|
semver.workspace = true
|
|
serde_json.workspace = true
|
|
tree-sitter-cli = { path = "../cli/" }
|
|
tree-sitter-loader = { path = "../loader/" }
|