catchup with main

This commit is contained in:
KCaverly 2023-10-06 16:30:31 +02:00
commit ecfece3ac4
72 changed files with 4218 additions and 1104 deletions

View file

@ -21,11 +21,11 @@ search = { path = "../search" }
settings = { path = "../settings" }
theme = { path = "../theme" }
util = { path = "../util" }
uuid = { version = "1.1.2", features = ["v4"] }
workspace = { path = "../workspace" }
semantic_index = { path = "../semantic_index" }
project = { path = "../project" }
uuid.workspace = true
log.workspace = true
anyhow.workspace = true
chrono = { version = "0.4", features = ["serde"] }