Cargo.lock 🔗
@@ -4172,6 +4172,7 @@ dependencies = [
"editor",
"gpui",
"language",
+ "log",
"postage",
"project",
"theme",
Nathan Sobo created
Cargo.lock | 1 +
crates/search/Cargo.toml | 1 +
2 files changed, 2 insertions(+)
@@ -4172,6 +4172,7 @@ dependencies = [
"editor",
"gpui",
"language",
+ "log",
"postage",
"project",
"theme",
@@ -16,6 +16,7 @@ theme = { path = "../theme" }
util = { path = "../util" }
workspace = { path = "../workspace" }
anyhow = "1.0"
+log = "0.4"
postage = { version = "0.4.1", features = ["futures-traits"] }
[dev-dependencies]