ccli 0.0.2

Common command line interface.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "ccli"
version = "0.0.2"
authors = ["clearloop"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common command line interface."
homepage = "https://github.com/clearloop/crates"
documentation = "https://docs.rs/ccli"
readme = "README.md"
license = "GPL-3.0-only"
repository = "https://github.com/clearloop/crates.git"

[lib]
name = "ccli"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.76"

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

[dependencies.color-eyre]
version = "0.6.2"

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