catchup with main

This commit is contained in:
KCaverly 2023-07-26 09:50:38 -04:00
commit 0ac919f6e0
112 changed files with 4590 additions and 1029 deletions

View file

@ -9,6 +9,7 @@ path = "src/search.rs"
doctest = false
[dependencies]
bitflags = "1"
collections = { path = "../collections" }
editor = { path = "../editor" }
gpui = { path = "../gpui" }