Fill in requires Cargo.toml package metadata

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

View File

@ -1,9 +1,26 @@
[package]
name = "bebot"
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"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
categories = [
"development-tools",
]
keywords = [
"gitlab",
"matrix",
"bot",
"webhook",
]
exclude = [
".gitea/*",
]
[dependencies]
anyhow = "1"