refactor: separation of json-stream-parser to own crate

This commit is contained in:
Per Stark
2025-04-22 16:44:37 +02:00
parent 3fdee5a3a3
commit ce006f6ecc
8 changed files with 26 additions and 13 deletions

View File

@@ -34,6 +34,7 @@ include_dir = "0.7.4"
common = { path = "../common" }
composite-retrieval = { path = "../composite-retrieval" }
json-stream-parser = { path = "../json-stream-parser" }
[build-dependencies]
minijinja-embed = { version = "2.8.0" }