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 = "icabanken2gnucash"
version = "0.6.0"
authors = ["Henrik Tjäder <henrik@tjaders.com>"]
edition = "2021"

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

[dependencies]
csv = "1.1"
serde = { version = "1.0", features = ["derive"] }

[features]
pipe = []