This commit is contained in:
JMARyA 2024-02-14 12:12:09 +01:00
commit a371b29b50
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -1,9 +1,18 @@
[package]
name = "jsonfilter"
description = "Filter and compare JSON objects"
authors = ["JMARyA <jmarya@hydrar.de>"]
version = "0.2.0"
edition = "2021"
keywords = ["json", "filter"]
license = "MIT"
repository = "https://git.hydrar.de/jmarya/jsonfilter"
[dependencies]
regex = "1.10.3"
serde = "1.0.196"
serde_json = "1.0.113"
[profile.release]
codegen-units = 1
lto = "fat"