fav_cli 0.0.1-alpha2

Fav's CLI, helping persist the remote source. Repo: https://github.com/kingwingfly/fav
Documentation
[build-dependencies.rustc_version]
version = "0.4.0"
[dependencies.chrono]
version = "0.4.34"

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

[dependencies.clap_complete]
version = "4"

[dependencies.fav_core]
version = "0.0.1-beta3"

[dependencies.fav_utils]
version = "0.0.1-beta2"

[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.0.1-alpha2"
[package.metadata.docs.rs]
all-features = true