ra_ap_ide_assists 0.0.77

TBD
Documentation
[package]
name = "ra_ap_ide_assists"
version = "0.0.77"
description = "TBD"
license = "MIT OR Apache-2.0"
edition = "2018"

[lib]
doctest = false

[dependencies]
cov-mark = "2.0.0-pre.1"
rustc-hash = "1.1.0"
itertools = "0.10.0"
either = "1.6.1"
indexmap = "1.6.2"

stdx = { path = "../stdx", version = "=0.0.77", package = "ra_ap_stdx" }
syntax = { path = "../syntax", version = "=0.0.77", package = "ra_ap_syntax" }
text_edit = { path = "../text_edit", version = "=0.0.77", package = "ra_ap_text_edit" }
profile = { path = "../profile", version = "=0.0.77", package = "ra_ap_profile" }
ide_db = { path = "../ide_db", version = "=0.0.77", package = "ra_ap_ide_db" }
hir = { path = "../hir", version = "=0.0.77", package = "ra_ap_hir" }

[dev-dependencies]
test_utils = { path = "../test_utils", package = "ra_ap_test_utils" }
sourcegen = { path = "../sourcegen", package = "ra_ap_sourcegen" }
expect-test = "1.2.0-pre.1"