Add tantivy, moka, tonic workspace dependencies for Week 8 search

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/claude-agent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
Alexander
2026-05-12 23:23:04 +02:00
parent 09f019730f
commit 6bae6ca67b
2 changed files with 1328 additions and 18 deletions
+1313 -18
View File
File diff suppressed because it is too large Load Diff
+15
View File
@@ -62,3 +62,18 @@ tempfile = "3"
# Platform-specific # Platform-specific
libc = "0.2" libc = "0.2"
# Search (Week 8)
tantivy = "0.22"
moka = { version = "0.12", features = ["sync"] }
# Concurrency
parking_lot = "0.12"
# gRPC (Week 8)
tonic = "0.11"
prost = "0.12"
tokio-stream = "0.1"
[workspace.dependencies.tonic-build]
version = "0.11"