mirror of
https://github.com/perstarkse/minne.git
synced 2026-01-11 20:50:24 +01:00
9 lines
139 B
TOML
9 lines
139 B
TOML
[package]
|
|
name = "json-stream-parser"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
serde_json = { workspace = true }
|