From 8e13650e8deec4419b48fffb5ed44a0ec4f17552 Mon Sep 17 00:00:00 2001 From: networkException Date: Mon, 15 Aug 2022 13:05:11 +0200 Subject: [PATCH] Cargo: Add more crate metadata --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ca56100..3b6499f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" ] }