changed hash type to u128

This commit is contained in:
sreedevk
2025-07-13 18:11:07 +00:00
parent 47b2fc4a87
commit fe79a07b43
9 changed files with 52 additions and 63 deletions

View File

@@ -1,8 +1,8 @@
[package]
name = "deduplicator"
version = "0.2.2"
version = "0.3.0"
edition = "2021"
description = "find,filter,delete Duplicates"
description = "find,filter and delete duplicate files"
repository = "https://github.com/sreedevk/deduplicator"
license = "MIT"
authors = [
@@ -12,7 +12,6 @@ authors = [
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.68"
bytesize = "1.1.0"