summaryrefslogtreecommitdiff
path: root/support/texlab/crates/commands/Cargo.toml
blob: 512a05ee61407eb3c8e77524815a1006de162cd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "commands"
version = "0.0.0"
license.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true

[dependencies]
anyhow = "1.0.72"
base-db = { path = "../base-db" }
bstr = "1.9.0"
crossbeam-channel = "0.5.11"
itertools = "0.12.0"
libc = "0.2.153"
log = "0.4.21"
rowan = "0.15.15"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
thiserror = "1.0.57"
url = "2.5.0"

[dev-dependencies]
distro = { path = "../distro" }
expect-test = "1.4.1"
test-utils = { path = "../test-utils" }

[lib]
doctest = false