aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/Cargo.toml
blob: 02966bbda31c2242ff24d74c6dd1acf2efe339ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
edition = "2018"
name = "ra_assists"
version = "0.1.0"
authors = ["rust-analyzer developers"]

[dependencies]
format-buf = "1.0.0"
once_cell = "1.0.1"
join_to_string = "0.1.3"
itertools = "0.8.0"
arrayvec = "0.4.10"
rustc-hash = "1.0.1"

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