refactor search system

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-10-26 22:21:23 +00:00
parent f245389c02
commit 21a67513f2
4 changed files with 312 additions and 205 deletions

1
Cargo.lock generated
View file

@ -786,6 +786,7 @@ dependencies = [
name = "conduit_service"
version = "0.5.0"
dependencies = [
"arrayvec",
"async-trait",
"base64 0.22.1",
"bytes",