diff --git a/Cargo.toml b/Cargo.toml index 5181278..c0a30fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,23 @@ [package] name = "bebot" version = "0.1.0" +description = "Gitlab webhook bot that publishes events to Matrix" +license = "GPL-3.0" +authors = [ + "Brian J. Tarricone ", +] +homepage = "https://git.spurint.org/kelnos/bebot" +repository = "https://git.spurint.org/kelnos/bebot" edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +categories = [ + "development-tools", +] +keywords = [ + "gitlab", + "matrix", + "bot", + "webhook", +] [dependencies] anyhow = "1"