aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_cli/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-02-17 17:19:55 +0000
committerGitHub <[email protected]>2020-02-17 17:19:55 +0000
commit64755b5e1f68290a2518b0bbc2f0007f95cd2632 (patch)
tree8bb0a64574c42deb666494e7f1c158b9cae9e8b3 /crates/ra_cli/Cargo.toml
parent0abb7c27acfe3d8491736e09f5e48c6f755c772a (diff)
parent2d1b3da5fb69d932c65884a361ec10d81e8a51d8 (diff)
Merge #3199
3199: Use anyhow r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_cli/Cargo.toml')
-rw-r--r--crates/ra_cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_cli/Cargo.toml b/crates/ra_cli/Cargo.toml
index 03494a809..ce88a76b1 100644
--- a/crates/ra_cli/Cargo.toml
+++ b/crates/ra_cli/Cargo.toml
@@ -13,6 +13,7 @@ log = "0.4.5"
13pico-args = "0.3.0" 13pico-args = "0.3.0"
14rand = { version = "0.7.0", features = ["small_rng"] } 14rand = { version = "0.7.0", features = ["small_rng"] }
15rustc-hash = "1.0" 15rustc-hash = "1.0"
16anyhow = "1.0"
16 17
17hir = { path = "../ra_hir", package = "ra_hir" } 18hir = { path = "../ra_hir", package = "ra_hir" }
18hir_def = { path = "../ra_hir_def", package = "ra_hir_def" } 19hir_def = { path = "../ra_hir_def", package = "ra_hir_def" }