add remove-duplicates option

This commit is contained in:
Robin Appelman 2025-10-22 19:32:51 +02:00
commit 6705debd2a
8 changed files with 308 additions and 30 deletions

View file

@ -17,4 +17,6 @@ main_error = "0.1.2"
tracing = "0.1.41"
tracing-subscriber = "0.3.20"
notify-debouncer-full = "0.6.0"
ctrlc = "3.5.0"
ctrlc = "3.5.0"
sha2 = "0.11.0-rc.2"
hex = "0.4.3"