roc/crates/tracing/Cargo.toml
2023-03-06 19:47:57 -08:00

14 lines
328 B
TOML

[package]
name = "roc_tracing"
description = "Utilities for setting up tracing at various executable entry points."
authors.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true
[dependencies]
tracing-appender.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true