diff options
Diffstat (limited to 'crates/ra_hir_ty/Cargo.toml')
-rw-r--r-- | crates/ra_hir_ty/Cargo.toml | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/crates/ra_hir_ty/Cargo.toml b/crates/ra_hir_ty/Cargo.toml deleted file mode 100644 index d430b08ca..000000000 --- a/crates/ra_hir_ty/Cargo.toml +++ /dev/null | |||
@@ -1,40 +0,0 @@ | |||
1 | [package] | ||
2 | edition = "2018" | ||
3 | name = "ra_hir_ty" | ||
4 | version = "0.1.0" | ||
5 | authors = ["rust-analyzer developers"] | ||
6 | license = "MIT OR Apache-2.0" | ||
7 | |||
8 | [lib] | ||
9 | doctest = false | ||
10 | |||
11 | [dependencies] | ||
12 | itertools = "0.9.0" | ||
13 | arrayvec = "0.5.1" | ||
14 | smallvec = "1.2.0" | ||
15 | ena = "0.14.0" | ||
16 | log = "0.4.8" | ||
17 | rustc-hash = "1.1.0" | ||
18 | |||
19 | stdx = { path = "../stdx" } | ||
20 | |||
21 | hir_def = { path = "../hir_def" } | ||
22 | hir_expand = { path = "../hir_expand" } | ||
23 | arena = { path = "../arena" } | ||
24 | base_db = { path = "../base_db" } | ||
25 | profile = { path = "../profile" } | ||
26 | syntax = { path = "../syntax" } | ||
27 | test_utils = { path = "../test_utils" } | ||
28 | |||
29 | scoped-tls = "1" | ||
30 | |||
31 | chalk-solve = { version = "0.21.0" } | ||
32 | chalk-ir = { version = "0.21.0" } | ||
33 | chalk-recursive = { version = "0.21.0" } | ||
34 | |||
35 | [dev-dependencies] | ||
36 | expect = { path = "../expect" } | ||
37 | |||
38 | tracing = "0.1" | ||
39 | tracing-subscriber = { version = "0.2", default-features = false, features = ["env-filter", "registry"] } | ||
40 | tracing-tree = { version = "0.1.4" } | ||