First working version v0.1.0
This commit is contained in:
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user