fixed now it all compiled successfuly

This commit is contained in:
filipriec
2025-06-08 20:14:44 +02:00
parent b60e03eb70
commit 4b4301ad49
5 changed files with 8 additions and 4 deletions

View File

@@ -8,6 +8,8 @@ license = "AGPL-3.0-or-later"
common = { path = "../common" }
search = { path = "../search" }
anyhow = { workspace = true }
tantivy = { workspace = true }
chrono = { version = "0.4.40", features = ["serde"] }
dotenvy = "0.15.7"
prost = "0.13.5"

View File

@@ -1,3 +0,0 @@
// src/bin/mod.rs
pub mod manual_indexer;