diff --git a/Cargo.toml b/Cargo.toml index b3e4d4d..21ddc08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "merge-pr" version = "0.1.0" edition = "2021" repository = "https://github.com/wireapp/merge-pr" +description = "Merge a PR with a linear history and commit signing" +license = "GPL-3.0-only" +publish = false [dependencies] anyhow = "1.0.95"