diff options
Diffstat (limited to 'crates/libanalysis/Cargo.toml')
-rw-r--r-- | crates/libanalysis/Cargo.toml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/crates/libanalysis/Cargo.toml b/crates/libanalysis/Cargo.toml deleted file mode 100644 index 88f29d7c8..000000000 --- a/crates/libanalysis/Cargo.toml +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | [package] | ||
2 | name = "libanalysis" | ||
3 | version = "0.1.0" | ||
4 | authors = ["Aleksey Kladov <[email protected]>"] | ||
5 | |||
6 | [dependencies] | ||
7 | relative-path = "0.3.7" | ||
8 | log = "0.4.2" | ||
9 | crossbeam-channel = "0.2.4" | ||
10 | parking_lot = "0.6.3" | ||
11 | once_cell = "0.1.5" | ||
12 | rayon = "1.0.2" | ||
13 | fst = "0.3.1" | ||
14 | im = "12.0.0" | ||
15 | libsyntax2 = { path = "../libsyntax2" } | ||
16 | libeditor = { path = "../libeditor" } | ||
17 | salsa = { path = "../salsa" } | ||
18 | |||
19 | [dev-dependencies] | ||
20 | test_utils = { path = "../test_utils" } | ||