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-gui"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
slint = "1.7.2"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
argh = "0.1.12"
anyhow = "1.0.89"
thiserror = "1.0.64"

[build-dependencies]
slint-build = "1.7.2"