aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/Cargo.toml
diff options
context:
space:
mode:
authorJeremy A. Kolb <[email protected]>2019-01-25 16:50:59 +0000
committerJeremy A. Kolb <[email protected]>2019-01-25 16:50:59 +0000
commit9a97c10fdafd0148b0f198e28b9694876cd0d672 (patch)
tree8f0ce83834793b1541e9345906125ac79805c51c /crates/ra_ide_api/Cargo.toml
parent6df1f71b7d0db209978595dc9be496e7f2ef88ec (diff)
EnumVariant details for completion
Diffstat (limited to 'crates/ra_ide_api/Cargo.toml')
-rw-r--r--crates/ra_ide_api/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_ide_api/Cargo.toml b/crates/ra_ide_api/Cargo.toml
index 61942bbbb..dfdddea50 100644
--- a/crates/ra_ide_api/Cargo.toml
+++ b/crates/ra_ide_api/Cargo.toml
@@ -6,6 +6,7 @@ authors = ["Aleksey Kladov <[email protected]>"]
6 6
7[dependencies] 7[dependencies]
8itertools = "0.8.0" 8itertools = "0.8.0"
9join_to_string = "0.1.3"
9log = "0.4.5" 10log = "0.4.5"
10relative-path = "0.4.0" 11relative-path = "0.4.0"
11rayon = "1.0.2" 12rayon = "1.0.2"