roc/crates/tracing/Cargo.toml

14 lines
328 B
TOML
Raw Normal View History

[package]
name = "roc_tracing"
description = "Utilities for setting up tracing at various executable entry points."
2023-03-07 03:36:18 +03:00
authors.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true
[dependencies]
tracing-appender.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true