This commit is contained in:
JMARyA 2024-02-09 10:21:27 +01:00
commit c9d1c372c9
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
7 changed files with 816 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "jsonfilter"
version = "0.1.0"
edition = "2021"
[dependencies]
regex = "1.10.3"
serde = "1.0.196"
serde_json = "1.0.113"