fellowship 0.1.0

A CLI to automate work around Polkadot collective work reports.
[package]
name = "fellowship"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-only"
repository = "https://github.com/ggwpez/fellowship"
description = "A CLI to automate work around Polkadot collective work reports."

[dependencies]
clap = { version = "4.5.0", features = ["derive", "cargo"] }
env_logger = "0.11.2"
inquire = "0.6.2"
log = "0.4.20"
sailfish = "0.8.3"
serde = { version = "1.0.196", features = ["derive"] }
serde_repr = "0.1.18"
serde_yaml = "0.9.31"