restic-integrity/Cargo.toml

19 lines
515 B
TOML

[package]
name = "restic-integrity"
version = "1.3.1"
edition = "2021"
authors = [ "networkException" ]
description = "Check the integrity of a restic repository without unlocking it"
license = "BSD-2-Clause"
repository = "https://gitlab.upi.li/networkException/restic-integrity"
[dependencies]
clap = { version = "3.1.8", features = [ "derive" ] }
sha2 = "0.10.2"
rayon = "1.5.1"
indicatif = { version = "0.16.2", features = [ "rayon" ] }
chrono = "0.4.38"
[[bin]]
name = "restic-integrity"
path = "src/main.rs"