2024-02-22 18:40:41 -05:00
|
|
|
[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
|
|
|
|
|
|
2024-10-06 13:41:47 -04:00
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
2024-02-22 18:40:41 -05:00
|
|
|
[dependencies]
|
2024-10-06 13:41:47 -04:00
|
|
|
anstyle.workspace = true
|
|
|
|
|
anyhow.workspace = true
|
2025-06-09 22:02:43 +00:00
|
|
|
bindgen = { version = "0.72.0" }
|
2024-10-06 13:41:47 -04:00
|
|
|
clap.workspace = true
|
2025-11-26 02:40:19 -05:00
|
|
|
etcetera.workspace = true
|
2024-02-22 18:40:41 -05:00
|
|
|
indoc.workspace = true
|
2024-10-06 13:41:47 -04:00
|
|
|
regex.workspace = true
|
2025-10-31 18:23:21 -04:00
|
|
|
schemars.workspace = true
|
2024-02-22 18:40:41 -05:00
|
|
|
semver.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
2025-10-31 18:23:21 -04:00
|
|
|
tree-sitter-cli = { path = "../cli/" }
|
2025-11-26 02:40:19 -05:00
|
|
|
tree-sitter-loader = { path = "../loader/" }
|
2025-08-05 06:59:19 +00:00
|
|
|
notify = "8.2.0"
|
|
|
|
|
notify-debouncer-full = "0.6.0"
|