aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock19
1 files changed, 19 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 264b9b7fb..36cff6402 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -465,6 +465,15 @@ dependencies = [
465] 465]
466 466
467[[package]] 467[[package]]
468name = "home"
469version = "0.5.3"
470source = "registry+https://github.com/rust-lang/crates.io-index"
471checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
472dependencies = [
473 "winapi 0.3.8",
474]
475
476[[package]]
468name = "idna" 477name = "idna"
469version = "0.2.0" 478version = "0.2.0"
470source = "registry+https://github.com/rust-lang/crates.io-index" 479source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -949,6 +958,14 @@ dependencies = [
949] 958]
950 959
951[[package]] 960[[package]]
961name = "ra_env"
962version = "0.1.0"
963dependencies = [
964 "anyhow",
965 "home",
966]
967
968[[package]]
952name = "ra_flycheck" 969name = "ra_flycheck"
953version = "0.1.0" 970version = "0.1.0"
954dependencies = [ 971dependencies = [
@@ -958,6 +975,7 @@ dependencies = [
958 "jod-thread", 975 "jod-thread",
959 "log", 976 "log",
960 "lsp-types", 977 "lsp-types",
978 "ra_env",
961 "serde_json", 979 "serde_json",
962] 980]
963 981
@@ -1162,6 +1180,7 @@ dependencies = [
1162 "ra_arena", 1180 "ra_arena",
1163 "ra_cfg", 1181 "ra_cfg",
1164 "ra_db", 1182 "ra_db",
1183 "ra_env",
1165 "ra_proc_macro", 1184 "ra_proc_macro",
1166 "rustc-hash", 1185 "rustc-hash",
1167 "serde", 1186 "serde",