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

View file

@ -40,6 +40,7 @@ release_max_log_level = [
]
[dependencies]
arrayvec.workspace = true
async-trait.workspace = true
base64.workspace = true
bytes.workspace = true