Fill in requires Cargo.toml package metadata
All checks were successful
CI / CI (push) Successful in 8m12s
All checks were successful
CI / CI (push) Successful in 8m12s
This commit is contained in:
parent
74aa5d724d
commit
9de013dcf1
18
Cargo.toml
18
Cargo.toml
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user