]> git.lizzy.rs Git - rust.git/blob - crates/ra_assists/Cargo.toml
Merge #755
[rust.git] / crates / ra_assists / Cargo.toml
1 [package]
2 edition = "2018"
3 name = "ra_assists"
4 version = "0.1.0"
5 authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
6
7 [dependencies]
8 join_to_string = "0.1.3"
9
10 ra_ide_api_light = { path = "../ra_ide_api_light" }
11 ra_syntax = { path = "../ra_syntax" }
12 ra_text_edit = { path = "../ra_text_edit" }
13 ra_db = { path = "../ra_db" }
14 hir = { path = "../ra_hir", package = "ra_hir" }
15
16 [dev-dependencies]
17 test_utils = { path = "../test_utils" }