Fill in requires Cargo.toml package metadata
This commit is contained in:
parent
74aa5d724d
commit
f86c774965
21
Cargo.toml
21
Cargo.toml
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user