[package] name = "assists" version = "0.0.0" license = "MIT OR Apache-2.0" authors = ["rust-analyzer developers"] edition = "2018" [lib] doctest = false [dependencies] rustc-hash = "1.1.0" itertools = "0.9.0" either = "1.5.3" stdx = { path = "../stdx" } syntax = { path = "../syntax" } text_edit = { path = "../text_edit" } profile = { path = "../profile" } base_db = { path = "../base_db" } ide_db = { path = "../ide_db" } hir = { path = "../hir" } test_utils = { path = "../test_utils" }