aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/Cargo.toml
blob: 20bc253e30b759302103e6af75827d86e38d5142 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
edition = "2018"
name = "ra_assists"
version = "0.1.0"
authors = ["Aleksey Kladov <[email protected]>"]

[dependencies]
join_to_string = "0.1.3"

ra_ide_api_light = { path = "../ra_ide_api_light" }
ra_syntax = { path = "../ra_syntax" }
ra_text_edit = { path = "../ra_text_edit" }
ra_db = { path = "../ra_db" }
hir = { path = "../ra_hir", package = "ra_hir" }

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