search crate compiled, lets get to fixing all the other errors

This commit is contained in:
filipriec
2025-06-08 20:10:57 +02:00
parent 2c7bda3ff1
commit b60e03eb70
7 changed files with 633 additions and 11 deletions

View File

@@ -6,6 +6,7 @@ license = "AGPL-3.0-or-later"
[dependencies]
common = { path = "../common" }
search = { path = "../search" }
chrono = { version = "0.4.40", features = ["serde"] }
dotenvy = "0.15.7"