rdupe/Cargo.toml

15 lines
220 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>"]
2018-12-10 20:42:13 +01:00
edition = "2018"
2018-05-01 12:14:25 +02:00
[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 = "*"