Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 876fd93aab..e51017c6ab 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1255,6 +1255,9 @@ checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
name = "proc-macro-api"
version = "0.0.0"
dependencies = [
+ "base-db",
+ "indexmap",
+ "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"memmap2",
"object 0.32.0",
"paths",
@@ -1263,6 +1266,7 @@ dependencies = [
"serde_json",
"snap",
"stdx",
+ "text-size",
"tracing",
"triomphe",
"tt",
@@ -1751,6 +1755,7 @@ dependencies = [
"always-assert",
"backtrace",
"crossbeam-channel",
+ "itertools",
"jod-thread",
"libc",
"miow",
@@ -2010,6 +2015,7 @@ version = "0.0.0"
dependencies = [
"smol_str",
"stdx",
+ "text-size",
]
[[package]]