]> git.lizzy.rs Git - rust.git/blob - crates/ide_ssr/Cargo.toml
Merge #9417
[rust.git] / crates / ide_ssr / Cargo.toml
1 [package]
2 name = "ide_ssr"
3 version = "0.0.0"
4 description = "Structural search and replace of Rust code"
5 license = "MIT OR Apache-2.0"
6 repository = "https://github.com/rust-analyzer/rust-analyzer"
7 edition = "2018"
8
9 [lib]
10 doctest = false
11
12 [dependencies]
13 cov-mark = "2.0.0-pre.1"
14 rustc-hash = "1.1.0"
15 itertools = "0.10.0"
16
17 text_edit = { path = "../text_edit", version = "0.0.0" }
18 syntax = { path = "../syntax", version = "0.0.0" }
19 ide_db = { path = "../ide_db", version = "0.0.0" }
20 hir = { path = "../hir", version = "0.0.0" }
21
22 [dev-dependencies]
23 test_utils = { path = "../test_utils" }
24 expect-test = "1.1"