init
This commit is contained in:
commit
c9d1c372c9
7 changed files with 816 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue