2018-08-10 07:07:43 -05:00
|
|
|
[package]
|
2018-10-15 12:15:53 -05:00
|
|
|
edition = "2018"
|
2018-09-16 04:54:24 -05:00
|
|
|
name = "ra_analysis"
|
2018-08-10 07:07:43 -05:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2018-08-28 10:22:52 -05:00
|
|
|
relative-path = "0.3.7"
|
2018-08-10 13:13:39 -05:00
|
|
|
log = "0.4.2"
|
2018-08-31 02:27:38 -05:00
|
|
|
crossbeam-channel = "0.2.4"
|
2018-08-10 07:07:43 -05:00
|
|
|
parking_lot = "0.6.3"
|
2018-09-02 15:09:47 -05:00
|
|
|
once_cell = "0.1.5"
|
2018-08-13 11:28:34 -05:00
|
|
|
rayon = "1.0.2"
|
2018-08-25 15:50:16 -05:00
|
|
|
fst = "0.3.1"
|
2018-09-10 12:14:31 -05:00
|
|
|
im = "12.0.0"
|
2018-09-16 04:54:24 -05:00
|
|
|
ra_syntax = { path = "../ra_syntax" }
|
|
|
|
ra_editor = { path = "../ra_editor" }
|
2018-10-15 13:25:54 -05:00
|
|
|
salsa = { git = "https://github.com/salsa-rs/salsa", rev = "20c9fbf" }
|
|
|
|
rustc-hash = "1.0"
|
2018-08-17 08:04:34 -05:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2018-08-25 06:26:34 -05:00
|
|
|
test_utils = { path = "../test_utils" }
|