summaryrefslogtreecommitdiff
path: root/support/texlab/crates/syntax/Cargo.toml
blob: aaad7e973eeb43a8480a4a29fd551a8d89d3d7c6 (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.15"

[lib]
doctest = false