rdupe/Cargo.toml

14 lines
203 B
TOML
Raw Normal View History

2018-05-01 12:14:25 +02:00
[package]
name = "rdupe"
version = "0.1.0"
authors = ["Benoît Mauduit <bmauduit@beneth.fr>"]
[dependencies]
clap = "*"
term = "*"
sha2 = "0.7.1"
walkdir = "*"
2018-05-08 14:18:59 +02:00
time = "*"
2018-07-09 14:48:20 +02:00
num_cpus = "*"
crossbeam = "*"