lynx-cli 0.0.2-alpha.1

A proxy service
[[bin]]
name = "lynx-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.95"

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

[dependencies.lynx-core]
features = ["test"]
version = "0.0.2-alpha.1"

[dependencies.tokio]
features = ["full"]
version = "1.10.0"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.19"

[package]
authors = ["suxin2017"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A proxy service"
documentation = "https://github.com/suxin2017/lynx"
edition = "2021"
homepage = "https://github.com/suxin2017/lynx"
include = ["src", "Cargo.toml", "README.md", "asserts"]
license = "MIT"
name = "lynx-cli"
readme = false
repository = "https://github.com/suxin2017/lynx"
version = "0.0.2-alpha.1"