Cargo: Add more crate metadata

This commit is contained in:
networkException 2022-08-15 13:05:11 +02:00
parent 0bf0c79d7d
commit f8537e03b9
No known key found for this signature in database
GPG key ID: C1F2658DC370C8FC

View file

@ -4,6 +4,8 @@ version = "1.2.0"
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" ] }