refactor: json-stream-parser aligned to clippy standard

This commit is contained in:
Per Stark
2026-05-27 09:07:38 +02:00
parent 414d2f5b34
commit 18aadab8ee
3 changed files with 196 additions and 167 deletions
+1
View File
@@ -9,3 +9,4 @@ workspace = true
[dependencies]
serde_json = { workspace = true }
thiserror = { workspace = true }