aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_analysis/Cargo.toml
blob: a30cdfc9c510a85a0cc53fa79c9e9bf4a3696f23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "ra_analysis"
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.5"
rayon = "1.0.2"
fst = "0.3.1"
im = "12.0.0"
ra_syntax = { path = "../ra_syntax" }
ra_editor = { path = "../ra_editor" }
salsa = { path = "../salsa" }

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