~eanyanwu/jsn

854ed4b9971b45216e165042084c286290a7c831 — Eze 8 months ago 0a83fab main 0.14.0
Update repository link to point to git repo instead of sourchut project
1 files changed, 2 insertions(+), 2 deletions(-)

M Cargo.toml
M Cargo.toml => Cargo.toml +2 -2
@@ 1,12 1,12 @@
[package]
name = "jsn"
version = "0.13.0"
version = "0.14.0"
authors = ["Eze Anyanwu"]
edition = "2021"
license = "MIT"
readme = "README.md"
description = "A library for querying streaming JSON tokens"
repository = "https://sr.ht/~eanyanwu/jsn/"
repository = "https://git.sr.ht/~eanyanwu/jsn"
keywords = ["parser", "json", "streaming", "ndjson"]
categories = ["parser-implementations"]