First working version v0.1.0

This commit is contained in:
2025-02-02 00:04:04 -06:00
commit 0dc32e63b2
8 changed files with 673 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "duplicated"
version = "0.1.0"
edition = "2021"
[dependencies]
seahash = "4.1"
clap = { version = "4.5", features = ["derive"] }
bytesize = {version = "1.2.0", features = ["serde"]}
indicatif = "0.17.11"