2021-06-09 15:03:27 -04:00
|
|
|
[package]
|
|
|
|
|
name = "tree-sitter-config"
|
2024-02-24 17:25:53 -05:00
|
|
|
version.workspace = true
|
2021-06-09 15:03:27 -04:00
|
|
|
description = "User configuration of tree-sitter's command line programs"
|
2024-02-14 14:10:51 -05:00
|
|
|
authors.workspace = true
|
|
|
|
|
edition.workspace = true
|
2023-04-04 02:41:42 +03:00
|
|
|
rust-version.workspace = true
|
2024-02-14 14:10:51 -05:00
|
|
|
readme = "README.md"
|
|
|
|
|
homepage.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
keywords.workspace = true
|
|
|
|
|
categories.workspace = true
|
2021-06-09 15:03:27 -04:00
|
|
|
|
2024-10-06 13:42:14 -04:00
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
2021-06-09 15:03:27 -04:00
|
|
|
[dependencies]
|
2024-02-08 06:43:21 -05:00
|
|
|
anyhow.workspace = true
|
2024-12-22 19:10:29 -05:00
|
|
|
etcetera.workspace = true
|
2024-02-08 06:43:21 -05:00
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|