diff options
Diffstat (limited to 'crates/ra_ssr/Cargo.toml')
-rw-r--r-- | crates/ra_ssr/Cargo.toml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/crates/ra_ssr/Cargo.toml b/crates/ra_ssr/Cargo.toml deleted file mode 100644 index 4d22a8a98..000000000 --- a/crates/ra_ssr/Cargo.toml +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | [package] | ||
2 | edition = "2018" | ||
3 | name = "ra_ssr" | ||
4 | version = "0.1.0" | ||
5 | authors = ["rust-analyzer developers"] | ||
6 | license = "MIT OR Apache-2.0" | ||
7 | description = "Structural search and replace of Rust code" | ||
8 | repository = "https://github.com/rust-analyzer/rust-analyzer" | ||
9 | |||
10 | [lib] | ||
11 | doctest = false | ||
12 | |||
13 | [dependencies] | ||
14 | text_edit = { path = "../text_edit" } | ||
15 | syntax = { path = "../syntax" } | ||
16 | base_db = { path = "../base_db" } | ||
17 | ide_db = { path = "../ide_db" } | ||
18 | hir = { path = "../hir" } | ||
19 | rustc-hash = "1.1.0" | ||
20 | test_utils = { path = "../test_utils" } | ||
21 | |||
22 | [dev-dependencies] | ||
23 | expect = { path = "../expect" } | ||