rust/crates/ra_assists/Cargo.toml
2019-05-07 20:54:33 +03:00

18 lines
439 B
TOML

[package]
edition = "2018"
name = "ra_assists"
version = "0.1.0"
authors = ["rust-analyzer developers"]
[dependencies]
once_cell = "0.2.0"
join_to_string = "0.1.3"
itertools = "0.8.0"
arrayvec = "0.4.10"
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" }