restic-integrity/Cargo.toml
networkException 1d7620cc65
Cargo+Main: Move from /src to /source
This avoids clashes with makepkg directories
2024-08-02 16:52:03 +02:00

16 lines
404 B
TOML

[package]
name = "restic-integrity"
version = "1.2.0"
edition = "2021"
authors = [ "networkException" ]
description = "Check the integrity of a restic repository without unlocking it"
[dependencies]
clap = { version = "3.1.8", features = [ "derive" ] }
sha2 = "0.10.2"
rayon = "1.5.1"
indicatif = { version = "0.16.2", features = [ "rayon" ] }
[[bin]]
name = "restic-integrity"
path = "source/main.rs"