summaryrefslogtreecommitdiff
path: root/support/texlab/crates/syntax/Cargo.toml
blob: 8477e01e0d498d1225ed025d5b3b3f4db0687196 (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.11.0"
rowan = "0.15.11"

[lib]
doctest = false