Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

Cargo.toml
[package]
name = "pijul-hooks"
description = "Tools to handle webhooks from nest.anu.dev"
version = "0.1.2"
authors = ["Pierre-Étienne Meunier <pe@pijul.org>"]
include = [ "Cargo.toml", "src/lib.rs" ]
license = "MIT/Apache-2.0"
repository = "https://nest.pijul.com/pijul_org/pijul-hooks"
edition = "2021"

[dependencies]
serde = "1.0"
serde_derive = "1.0"