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