aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/Cargo.toml
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2019-05-26 13:10:05 +0100
committerEdwin Cheng <[email protected]>2019-05-26 13:10:05 +0100
commitc0dc14ba5a0ad9f92d1c9795e252eeed45a912e2 (patch)
tree8d89f660663fa951bfc254c10723f2af47063e11 /crates/ra_hir/Cargo.toml
parentd5fbce445860d010b9aa2bfc0951818b606b36de (diff)
Add Either dep
Diffstat (limited to 'crates/ra_hir/Cargo.toml')
-rw-r--r--crates/ra_hir/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml
index 294d047d8..18ecb7957 100644
--- a/crates/ra_hir/Cargo.toml
+++ b/crates/ra_hir/Cargo.toml
@@ -12,6 +12,7 @@ rustc-hash = "1.0"
12parking_lot = "0.7.0" 12parking_lot = "0.7.0"
13ena = "0.11" 13ena = "0.11"
14join_to_string = "0.1.3" 14join_to_string = "0.1.3"
15either = "1.5.2"
15 16
16ra_syntax = { path = "../ra_syntax" } 17ra_syntax = { path = "../ra_syntax" }
17ra_arena = { path = "../ra_arena" } 18ra_arena = { path = "../ra_arena" }