[dependencies.tracing]
version = "0.1.40"
[dependencies.tracing-subscriber]
features = ["fmt", "env-filter"]
version = "0.3.18"
[lib]
name = "unit_tracing"
path = "src/lib.rs"
[package]
authors = ["Bells307"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Initialize tracing for unit tests"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "unit-tracing"
readme = false
repository = "https://github.com/bells307/unit-tracing"
version = "0.1.0"