Fill in requires Cargo.toml package metadata
All checks were successful
CI / CI (push) Successful in 8m12s

This commit is contained in:
Brian Tarricone 2023-09-19 23:05:09 -07:00
parent 74aa5d724d
commit 9de013dcf1

View File

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