ext-common 0.1.1

Base crate for extrs
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 = "ext-common"
version = "0.1.1"
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
include = [
    "Cargo.toml",
    "src/**/*.rs",
]
description = "Base crate for extrs"
license = "Apache-2.0"
repository = "https://github.com/extrs/ext"

[dependencies.anyhow]
version = "1.0.57"

[dependencies.clap]
version = "3.1.18"
features = [
    "cargo",
    "env",
    "wrap_help",
]

[dependencies.tracing]
version = "0.1.34"

[dependencies.tracing-subscriber]
version = "0.3.11"
features = ["fmt"]