fav_cli 0.2.25

Fav's CLI, helping persist the remote source. Repo: https://github.com/kingwingfly/fav
Documentation
[build-dependencies.vergen]
features = ["git", "rustc", "gitcl"]
version = "8.3"
[dependencies.chrono]
version = "0.4"

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

[dependencies.clap_complete]
version = "4"

[dependencies.const_format]
version = "0.2"

[dependencies.fav_core]
version = "0.1.0"

[dependencies.fav_utils]
version = "0.0.9"

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

[dependencies.tracing]
version = "0.1"

[features]
bili = []
default = ["bili"]

[package]
authors = ["Louis <836250617@qq.com>"]
description = "Fav's CLI, helping persist the remote source. Repo: https://github.com/kingwingfly/fav"
documentation = "https://docs.rs/fav_cli"
edition = "2021"
license = "MIT"
name = "fav_cli"
readme = "README.md"
repository = "https://github.com/kingwingfly/fav"
version = "0.2.25"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]