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 adab729650
commit e8c67533f8
8 changed files with 26 additions and 13 deletions

View File

@@ -0,0 +1,7 @@
[package]
name = "json-stream-parser"
version = "0.1.0"
edition = "2021"
[dependencies]
serde_json = { workspace = true }