summaryrefslogtreecommitdiff
path: root/support/texlab/crates/commands/Cargo.toml
blob: 1f3a1bddd9cfd0bfe403286c808989af1bc62b7a (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.71"
base-db = { path = "../base-db" }
bstr = "1.4.0"
crossbeam-channel = "0.5.8"
itertools = "0.10.5"
libc = "0.2.144"
log = "0.4.17"
rowan = "0.15.11"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
thiserror = "1.0.40"
url = "2.3.1"

[dev-dependencies]
distro = { path = "../distro" }
insta = { version = "1.29.0", features = ["json"] }
test-utils = { path = "../test-utils" }

[lib]
doctest = false