gfas-cli 0.2.2

Sync GitHub followings to followers
[[bin]]
doc = false
name = "gfas"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.16"

[dependencies.clap-verbosity-flag]
version = "2.2.1"

[dependencies.futures]
version = "0.3.30"

[dependencies.gfas-api]
version = "0.2.2"

[dependencies.tokio]
features = ["rt-multi-thread", "macros", "signal"]
version = "1.39.3"

[dependencies.tokio-util]
features = ["rt"]
version = "0.7.11"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
version = "0.3.18"

[package]
authors = ["jwcub <jwcub@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities", "api-bindings"]
description = "Sync GitHub followings to followers"
edition = "2021"
homepage = "https://github.com/jwcub/gfas"
keywords = ["github", "follow", "follower", "following", "sync"]
license = "Unlicense"
name = "gfas-cli"
readme = "README.md"
repository = "https://github.com/jwcub/gfas"
version = "0.2.2"