search crate created

This commit is contained in:
filipriec
2025-06-08 16:25:56 +02:00
parent eeaaa3635b
commit 2c7bda3ff1
9 changed files with 405 additions and 2 deletions

14
Cargo.lock generated
View File

@@ -2512,6 +2512,20 @@ version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "search"
version = "0.3.13"
dependencies = [
"anyhow",
"common",
"prost",
"serde",
"serde_json",
"tokio",
"tonic",
"tracing",
]
[[package]]
name = "security-framework"
version = "2.11.1"