aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock68
1 files changed, 34 insertions, 34 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f047b4508..e101ce4af 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -54,23 +54,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" 54checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
55 55
56[[package]] 56[[package]]
57name = "assists"
58version = "0.0.0"
59dependencies = [
60 "either",
61 "expect-test",
62 "hir",
63 "ide_db",
64 "itertools 0.10.0",
65 "profile",
66 "rustc-hash",
67 "stdx",
68 "syntax",
69 "test_utils",
70 "text_edit",
71]
72
73[[package]]
74name = "atty" 57name = "atty"
75version = "0.2.14" 58version = "0.2.14"
76source = "registry+https://github.com/rust-lang/crates.io-index" 59source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -602,13 +585,14 @@ dependencies = [
602name = "ide" 585name = "ide"
603version = "0.0.0" 586version = "0.0.0"
604dependencies = [ 587dependencies = [
605 "assists",
606 "cfg", 588 "cfg",
607 "either", 589 "either",
608 "expect-test", 590 "expect-test",
609 "hir", 591 "hir",
592 "ide_assists",
610 "ide_completion", 593 "ide_completion",
611 "ide_db", 594 "ide_db",
595 "ide_ssr",
612 "indexmap", 596 "indexmap",
613 "itertools 0.10.0", 597 "itertools 0.10.0",
614 "log", 598 "log",
@@ -617,7 +601,6 @@ dependencies = [
617 "pulldown-cmark", 601 "pulldown-cmark",
618 "pulldown-cmark-to-cmark", 602 "pulldown-cmark-to-cmark",
619 "rustc-hash", 603 "rustc-hash",
620 "ssr",
621 "stdx", 604 "stdx",
622 "syntax", 605 "syntax",
623 "test_utils", 606 "test_utils",
@@ -626,6 +609,23 @@ dependencies = [
626] 609]
627 610
628[[package]] 611[[package]]
612name = "ide_assists"
613version = "0.0.0"
614dependencies = [
615 "either",
616 "expect-test",
617 "hir",
618 "ide_db",
619 "itertools 0.10.0",
620 "profile",
621 "rustc-hash",
622 "stdx",
623 "syntax",
624 "test_utils",
625 "text_edit",
626]
627
628[[package]]
629name = "ide_completion" 629name = "ide_completion"
630version = "0.0.0" 630version = "0.0.0"
631dependencies = [ 631dependencies = [
@@ -666,6 +666,20 @@ dependencies = [
666] 666]
667 667
668[[package]] 668[[package]]
669name = "ide_ssr"
670version = "0.0.0"
671dependencies = [
672 "expect-test",
673 "hir",
674 "ide_db",
675 "itertools 0.10.0",
676 "rustc-hash",
677 "syntax",
678 "test_utils",
679 "text_edit",
680]
681
682[[package]]
669name = "idna" 683name = "idna"
670version = "0.2.2" 684version = "0.2.2"
671source = "registry+https://github.com/rust-lang/crates.io-index" 685source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1348,6 +1362,7 @@ dependencies = [
1348 "hir_ty", 1362 "hir_ty",
1349 "ide", 1363 "ide",
1350 "ide_db", 1364 "ide_db",
1365 "ide_ssr",
1351 "itertools 0.10.0", 1366 "itertools 0.10.0",
1352 "jemallocator", 1367 "jemallocator",
1353 "jod-thread", 1368 "jod-thread",
@@ -1367,7 +1382,6 @@ dependencies = [
1367 "serde", 1382 "serde",
1368 "serde_json", 1383 "serde_json",
1369 "serde_path_to_error", 1384 "serde_path_to_error",
1370 "ssr",
1371 "stdx", 1385 "stdx",
1372 "syntax", 1386 "syntax",
1373 "test_utils", 1387 "test_utils",
@@ -1573,20 +1587,6 @@ dependencies = [
1573] 1587]
1574 1588
1575[[package]] 1589[[package]]
1576name = "ssr"
1577version = "0.0.0"
1578dependencies = [
1579 "expect-test",
1580 "hir",
1581 "ide_db",
1582 "itertools 0.10.0",
1583 "rustc-hash",
1584 "syntax",
1585 "test_utils",
1586 "text_edit",
1587]
1588
1589[[package]]
1590name = "stdx" 1590name = "stdx"
1591version = "0.0.0" 1591version = "0.0.0"
1592dependencies = [ 1592dependencies = [