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" ] }