[package] edition = "2018" name = "ra_assists" version = "0.1.0" authors = ["rust-analyzer developers"] license = "MIT OR Apache-2.0" [lib] doctest = false [dependencies] rustc-hash = "1.1.0" itertools = "0.9.0" either = "1.5.3" stdx = { path = "../stdx" } ra_syntax = { path = "../ra_syntax" } ra_text_edit = { path = "../ra_text_edit" } ra_fmt = { path = "../ra_fmt" } ra_prof = { path = "../ra_prof" } ra_db = { path = "../ra_db" } ra_ide_db = { path = "../ra_ide_db" } hir = { path = "../ra_hir", package = "ra_hir" } test_utils = { path = "../test_utils" }