duplicate-finder 0.0.1

Simple program to find duplicated files in a filesystem
Documentation
[package]
name = "duplicate-finder"
version = "0.0.1"
authors = ["Ilia Mazurenko <ivmazurenko@yandex.ru>"]
edition = "2018"
description = "Simple program to find duplicated files in a filesystem"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ivmazurenko/duplicate-finder"

[dependencies]
clap = "2.33.0"
tokio = "0.1.22"
futures = "0.1.28"
siphasher = "0.3.0"
parking_lot = "0.9.0"
regex = "1.2.1"
lazy_static = "1.3.0"
number_prefix = "0.3.0"
console = "0.7.7"