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

[dependencies]
itertools = "0.13.0"
rowan = "0.15.15"
rustc-hash = "2.0.0"

[lib]
doctest = false