0ee37099b5
Bump relative-path to 0.4.0 Failure 0.1.3 to fix leak with downcast Updated everything else too
21 lines
419 B
TOML
21 lines
419 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "ra_analysis"
|
|
version = "0.1.0"
|
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
|
|
|
[dependencies]
|
|
relative-path = "0.4.0"
|
|
log = "0.4.2"
|
|
parking_lot = "0.6.3"
|
|
once_cell = "0.1.5"
|
|
rayon = "1.0.2"
|
|
fst = "0.3.1"
|
|
ra_syntax = { path = "../ra_syntax" }
|
|
ra_editor = { path = "../ra_editor" }
|
|
salsa = "0.6.0"
|
|
rustc-hash = "1.0"
|
|
|
|
[dev-dependencies]
|
|
test_utils = { path = "../test_utils" }
|