mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-27 03:41:32 +01:00
refactor: separation of json-stream-parser to own crate
This commit is contained in:
7
json-stream-parser/Cargo.toml
Normal file
7
json-stream-parser/Cargo.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "json-stream-parser"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
serde_json = { workspace = true }
|
||||
Reference in New Issue
Block a user