Attempt at Forgejo Webhook support

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2024-04-19 20:49:31 +02:00
commit 8e94435604
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
7 changed files with 124 additions and 27 deletions

7
forgejo-hooks/Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "forgejo-hooks"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = { version = "1.0", features = ["derive"] }