added json output for further processing using other tools

This commit is contained in:
sreedev
2023-11-14 18:33:40 -05:00
parent 7d386c9420
commit 3e407f69c8
6 changed files with 57 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "deduplicator"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
description = "find,filter,delete Duplicates"
repository = "https://github.com/sreedevk/deduplicator"
@@ -28,6 +28,8 @@ memmap2 = "0.5.8"
pathdiff = "0.2.1"
prettytable-rs = "0.10.0"
rayon = "1.6.1"
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
unicode-segmentation = "1.10.0"
[profile.release]