aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_hir_def/Cargo.toml')
-rw-r--r--crates/ra_hir_def/Cargo.toml36
1 files changed, 0 insertions, 36 deletions
diff --git a/crates/ra_hir_def/Cargo.toml b/crates/ra_hir_def/Cargo.toml
deleted file mode 100644
index e7d3c4d5b..000000000
--- a/crates/ra_hir_def/Cargo.toml
+++ /dev/null
@@ -1,36 +0,0 @@
1[package]
2edition = "2018"
3name = "ra_hir_def"
4version = "0.1.0"
5authors = ["rust-analyzer developers"]
6license = "MIT OR Apache-2.0"
7
8[lib]
9doctest = false
10
11[dependencies]
12log = "0.4.8"
13once_cell = "1.3.1"
14rustc-hash = "1.1.0"
15either = "1.5.3"
16anymap = "0.12.1"
17drop_bomb = "0.1.4"
18fst = { version = "0.4", default-features = false }
19itertools = "0.9.0"
20indexmap = "1.4.0"
21smallvec = "1.4.0"
22
23stdx = { path = "../stdx" }
24
25arena = { path = "../arena" }
26ra_db = { path = "../ra_db" }
27syntax = { path = "../syntax" }
28profile = { path = "../profile" }
29hir_expand = { path = "../ra_hir_expand", package = "ra_hir_expand" }
30test_utils = { path = "../test_utils" }
31mbe = { path = "../mbe" }
32cfg = { path = "../cfg" }
33tt = { path = "../tt" }
34
35[dev-dependencies]
36expect = { path = "../expect" }