summaryrefslogtreecommitdiff
path: root/support/texlab/crates/syntax/Cargo.toml
blob: 5e6c69409aee534f46c1657c5cf2c22a807cef75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "syntax"
version = "0.0.0"
license.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true

[dependencies]
itertools = "0.12.0"
rowan = "0.15.13"

[lib]
doctest = false