mirror of
https://github.com/perstarkse/minne.git
synced 2026-02-22 08:07:40 +01:00
8 lines
123 B
TOML
8 lines
123 B
TOML
[package]
|
|
name = "json-stream-parser"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde_json = { workspace = true }
|