aboutsummaryrefslogtreecommitdiff
path: root/crates/libanalysis/Cargo.toml
blob: 9c7977e9298522286ba60a399271c9b20e27cc1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "libanalysis"
version = "0.1.0"
authors = ["Aleksey Kladov <[email protected]>"]

[dependencies]
relative-path = "0.3.7"
log = "0.4.2"
crossbeam-channel = "0.2.4"
parking_lot = "0.6.3"
once_cell = "0.1.4"
rayon = "1.0.2"
fst = "0.3.1"
libsyntax2 = { path = "../libsyntax2" }
libeditor = { path = "../libeditor" }

[dev-dependencies]
test_utils = { path = "../test_utils" }